1
- <!DOCTYPE html>
2
- < html >
3
- < head >
4
-
5
- <!--[if IE]>
6
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
7
- <![endif]-->
8
- < meta charset ="utf-8 ">
9
- < title > Simple TensorFlow Serving</ title >
10
- < meta name ="description " content ="Once photograph. ">
11
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
12
-
13
- < link rel ="shortcut icon " type ="image/png " href ="/static/images/favicon.ico "/>
14
-
15
- < link rel ="stylesheet " href ="/static/bootstrap-4.0.0-dist/css/bootstrap.min.css ">
16
-
17
- < script type ="text/javascript " src ="/static/jquery/dist/jquery.min.js "> </ script >
18
- < script type ="text/javascript " src ="/static/bootstrap-4.0.0-dist/js/bootstrap.min.js "> </ script >
19
-
20
- </ head >
21
- < body >
22
-
23
- <!-- nav bar -->
24
- < nav class ="navbar navbar-expand-lg navbar-dark bg-primary ">
25
-
26
- < div class ="navbar-header ">
27
- < a class ="navbar-brand " href ="# ">
28
- < img alt ="Brand " height ="26px " src ="/static/images/logo.png ">
29
- </ a >
30
- </ div >
31
-
32
- < button class ="navbar-toggler " type ="button " data-toggle ="collapse "
33
- data-target ="#navbarSupportedContent " aria-controls ="navbarSupportedContent "
34
- aria-expanded ="false " aria-label ="Toggle navigation ">
35
- < span class ="navbar-toggler-icon "> </ span >
36
- </ button >
37
-
38
- < div class ="collapse navbar-collapse " id ="navbarSupportedContent ">
39
- < ul class ="navbar-nav mr-auto ">
40
- < li class ="nav-item active ">
41
- < a class ="nav-link " href ="# "> Home < span class ="sr-only "> (current)</ span > </ a >
42
- </ li >
43
- < li class ="nav-item ">
44
- < a class ="nav-link " target ="_blank "
45
- href ="https://github.com/tobegit3hub/simple_tensorflow_serving "> Github</ a >
46
- </ li >
47
- < li class ="nav-item dropdown ">
48
- < a class ="nav-link dropdown-toggle " href ="# " id ="navbarDropdown " role ="button "
49
- data-toggle ="dropdown " aria-haspopup ="true " aria-expanded ="false "> More</ a >
50
- < div class ="dropdown-menu " aria-labelledby ="navbarDropdown ">
51
- < a class ="dropdown-item " target ="_blank "
52
- href ="https://github.com/tobegit3hub/simple_tensorflow_serving/issues "> Issues</ a >
53
- < a class ="dropdown-item " target ="_blank "
54
- href ="https://github.com/tobegit3hub/simple_tensorflow_serving/pulls "> Pull
55
- requests</ a >
56
- </ div >
57
- </ li >
58
- </ ul >
59
- < form class ="form-inline my-2 my-lg-0 ">
60
- < input class ="form-control mr-sm-2 " type ="search " placeholder ="Search "
61
- aria-label ="Search ">
62
- < button class ="btn btn-outline-success my-2 my-sm-0 " type ="submit "> Search</ button >
63
- </ form >
64
- </ div >
65
- </ nav > <!-- end of nav bar -->
66
1
2
+ {% include "header.html" %}
67
3
68
4
< div class ="container ">
69
5
@@ -83,8 +19,8 @@ <h4>Server Status</h4>
83
19
< div class ="col-md-8 ">
84
20
< div class ="progress ">
85
21
< div class ="progress-bar progress-bar-striped progress-bar-animated "
86
- role ="progressbar " aria-valuenow ="75 " aria-valuemin ="0 " aria-valuemax ="100 "
87
- style ="width: 75 % "> </ div >
22
+ role ="progressbar " aria-valuenow ="100 " aria-valuemin ="0 " aria-valuemax ="100 "
23
+ style ="width: 100 % "> </ div >
88
24
</ div >
89
25
</ div >
90
26
</ div >
@@ -179,16 +115,4 @@ <h4>Graph Signature</h4>
179
115
-->
180
116
181
117
182
- < br />
183
- < footer class ="footer " id ="footer ">
184
- < div style ='margin:0px 0px auto auto ' class ="footer-copyright text-center rgba-black-light ">
185
- < div class ="container-fluid ">
186
- < small > Copyright © 2018</ small >
187
- </ div >
188
- </ div >
189
- </ footer > <!-- end of footer -->
190
-
191
- </ div > <!-- End of container -->
192
-
193
- </ body >
194
- </ html >
118
+ {% include "footer.html" %}
0 commit comments