1717 </ div >
1818 </ div >
1919 < h5 class ="card-header "> Device Facts</ h5 >
20- < div class ="card-body ">
21- < table class ="table ">
22- < tr >
23- < th scope ="row "> Hostname</ th >
24- < td id ="hostname "> </ td >
25- </ tr >
26- < tr >
27- < th scope ="row "> FQDN</ th >
28- < td id ="fqdn "> </ td >
29- </ tr >
30- < tr >
31- < th scope ="row "> Vendor</ th >
32- < td id ="vendor "> </ td >
33- </ tr >
34- < tr >
35- < th scope ="row "> Model</ th >
36- < td id ="model "> </ td >
37- </ tr >
38- < tr >
39- < th scope ="row "> Serial Number</ th >
40- < td id ="serial_number " class ="text-monospace "> </ td >
41- </ tr >
42- < tr >
43- < th scope ="row "> OS Version</ th >
44- < td id ="os_version "> </ td >
45- </ tr >
46- < tr class ="align-middle ">
47- < th scope ="row "> Uptime</ th >
48- < td >
49- < div id ="uptime-duration "> </ div >
50- < div id ="uptime " class ="small text-muted "> </ div >
51- </ td >
52- </ tr >
53- </ table >
54- </ div >
20+ < table class ="table ">
21+ < tr >
22+ < th scope ="row "> Hostname</ th >
23+ < td id ="hostname "> </ td >
24+ </ tr >
25+ < tr >
26+ < th scope ="row "> FQDN</ th >
27+ < td id ="fqdn "> </ td >
28+ </ tr >
29+ < tr >
30+ < th scope ="row "> Vendor</ th >
31+ < td id ="vendor "> </ td >
32+ </ tr >
33+ < tr >
34+ < th scope ="row "> Model</ th >
35+ < td id ="model "> </ td >
36+ </ tr >
37+ < tr >
38+ < th scope ="row "> Serial Number</ th >
39+ < td id ="serial_number " class ="text-monospace "> </ td >
40+ </ tr >
41+ < tr >
42+ < th scope ="row "> OS Version</ th >
43+ < td id ="os_version "> </ td >
44+ </ tr >
45+ < tr class ="align-middle ">
46+ < th scope ="row "> Uptime</ th >
47+ < td >
48+ < div id ="uptime-duration "> </ div >
49+ < div id ="uptime " class ="small text-muted "> </ div >
50+ </ td >
51+ </ tr >
52+ </ table >
5553 </ div >
5654 </ div >
5755 < div class ="col col-md-6 ">
@@ -62,27 +60,25 @@ <h5 class="card-header">Device Facts</h5>
6260 </ div >
6361 </ div >
6462 < h5 class ="card-header "> Environment</ h5 >
65- < div class ="card-body ">
66- < table class ="table ">
67- < tr id ="status-cpu ">
68- < th colspan ="2 "> < i class ="mdi mdi-gauge "> </ i > CPU</ th >
69- </ tr >
70- < tr id ="status-memory ">
71- < th colspan ="2 "> < i class ="mdi mdi-chip "> </ i > Memory</ th >
72- </ tr >
73- < tr id ="status-temperature ">
74- < th colspan ="2 "> < i class ="mdi mdi-thermometer "> </ i > Temperature</ th >
75- </ tr >
76- < tr id ="status-fans ">
77- < th colspan ="2 "> < i class ="mdi mdi-fan "> </ i > Fans</ th >
78- </ tr >
79- < tr id ="status-power ">
80- < th colspan ="2 "> < i class ="mdi mdi-power "> </ i > Power</ th >
81- </ tr >
82- < tr class ="napalm-table-placeholder d-none invisible ">
83- </ tr >
84- </ table >
85- </ div >
63+ < table class ="table ">
64+ < tr id ="status-cpu ">
65+ < th colspan ="2 "> < i class ="mdi mdi-gauge "> </ i > CPU</ th >
66+ </ tr >
67+ < tr id ="status-memory ">
68+ < th colspan ="2 "> < i class ="mdi mdi-chip "> </ i > Memory</ th >
69+ </ tr >
70+ < tr id ="status-temperature ">
71+ < th colspan ="2 "> < i class ="mdi mdi-thermometer "> </ i > Temperature</ th >
72+ </ tr >
73+ < tr id ="status-fans ">
74+ < th colspan ="2 "> < i class ="mdi mdi-fan "> </ i > Fans</ th >
75+ </ tr >
76+ < tr id ="status-power ">
77+ < th colspan ="2 "> < i class ="mdi mdi-power "> </ i > Power</ th >
78+ </ tr >
79+ < tr class ="napalm-table-placeholder d-none invisible ">
80+ </ tr >
81+ </ table >
8682 </ div >
8783 </ div >
8884 </ div >
0 commit comments