Skip to content
Snippets Groups Projects
Commit c61ddae0 authored by Erik Reid's avatar Erik Reid
Browse files

fixed sq warnings

parent 2b3e8870
No related branches found
No related tags found
No related merge requests found
<!doctype html>
<html ng-app="inventoryApp">
<html ng-app="inventoryApp" lang="en">
<head>
<title>interfaces</title>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.7.5/angular.min.js"></script>
<script src="interfaces.js"></script>
<link rel="stylesheet" href="style.css">
......
<!doctype html>
<html ng-app="inventoryApp">
<html ng-app="inventoryApp" lang="en">
<head>
<title>juniper</title>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.7.5/angular.min.js"></script>
<script src="juniper.js"></script>
<link rel="stylesheet" href="style.css">
......@@ -17,7 +18,7 @@
</div>
<div class="column">
<p><b>interfaces</b></p>
<p><strong>interfaces</strong></p>
<ul>
<li ng-repeat="i in interfaces">{{i.name}}
<ul>
......@@ -30,7 +31,7 @@
<div class="raw">{{interfaces}}</div>
</div>
<div class="column">
<p><b>bgp</b></p>
<p><strong>bgp</strong></p>
<ul>
<li ng-repeat="p in bgp">{{p.description}}
<ul>
......@@ -42,7 +43,7 @@
<div class="raw">{{bgp}}</div>
</div>
<div class="column">
<p><b>snmp</b></p>
<p><strong>snmp</strong></p>
<ul>
<li ng-repeat="i in snmp">{{i.name}}
<ul><li>index: {{i.index}}</li></ul>
......
<!doctype html>
<html ng-app="inventoryApp">
<html ng-app="inventoryApp" lang="en">
<head>
<title>Update Inventory Provider</title>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.7.5/angular.min.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
......@@ -30,7 +31,7 @@
</div>
<span class="grid-item" ng-show="latch_error||latch_pending">
<table class="table table-striped">
<table class="table table-striped" summary="update tasks">
<tr>
<th colspan="4" scope="col">update tasks</th>
<tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment