diff --git a/inventory_provider/static/interfaces.html b/inventory_provider/static/interfaces.html index 898841231a75e0dc874307377bef7bae27c4a6b6..80ca1c39c1566406bc9acd27198ea2f4a15c4cf9 100644 --- a/inventory_provider/static/interfaces.html +++ b/inventory_provider/static/interfaces.html @@ -1,6 +1,7 @@ <!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"> diff --git a/inventory_provider/static/juniper.html b/inventory_provider/static/juniper.html index 80e70c607a0fc98730a0df46b52b397798e56c59..212276b8004a62fba92d844e654f50e1b1338e32 100644 --- a/inventory_provider/static/juniper.html +++ b/inventory_provider/static/juniper.html @@ -1,6 +1,7 @@ <!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> diff --git a/inventory_provider/static/update.html b/inventory_provider/static/update.html index 0d615b21b475c422331786b2957594cb78129725..18ba32d01b87676b3cef3f1f63696397f88a071f 100644 --- a/inventory_provider/static/update.html +++ b/inventory_provider/static/update.html @@ -1,6 +1,7 @@ <!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>