From c61ddae08d4877e11438e308c9075675b8c8c1f5 Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Tue, 26 May 2020 20:50:33 +0200 Subject: [PATCH] fixed sq warnings --- inventory_provider/static/interfaces.html | 3 ++- inventory_provider/static/juniper.html | 9 +++++---- inventory_provider/static/update.html | 5 +++-- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/inventory_provider/static/interfaces.html b/inventory_provider/static/interfaces.html index 89884123..80ca1c39 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 80e70c60..212276b8 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 0d615b21..18ba32d0 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> -- GitLab