File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/main/resources/templates Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ <h6 class="dropdown-header">New Alerts:</h6>
223
223
</ nav >
224
224
< div class ="content-wrapper ">
225
225
226
- < iframe id ="mainFrame " style ="position:fixed; top:56px; left:0px ; bottom:0px; right:0px; width:100%; height:100%; border:none; "> </ iframe >
226
+ < iframe id ="mainFrame " style ="position:fixed; top:56px; left:250px ; bottom:0px; right:0px; width:100%; height:100%; border:none; "> </ iframe >
227
227
228
228
229
229
<!-- /.container-fluid-->
Original file line number Diff line number Diff line change 40
40
< script type ="text/javascript " src ="resources\subscription_templates.js "> </ script >
41
41
< script type ="text/javascript " src ="js/subscription.js "> </ script >
42
42
43
- < div class ="container ">
43
+ < div class ="container pull-left ">
44
44
< h1 style ="font-size:20pt "> Eiffel Intelligence Subscription Handling (< span th:text ="${frontendServiceUrl} "> </ span > )
45
45
< button data-toggle ="tooltip " title ="EI connection status check is refreshed continuesly. Click button to force check status. " type ="button " id ="btnEIConnection " class ="btn btnEIConnectionStatus "> < i class ="glyphicon "> </ i > EI Backend Status</ button >
46
46
< button data-toggle ="tooltip " title ="Eiffel intelligence instance information " type ="button " id ="btnInfo " class ="btn btnEIInstanceInfo "> < i class ="glyphicon "> </ i > EI Backend Instance Info</ button >
@@ -62,7 +62,6 @@ <h3>Subscription Data</h3>
62
62
< table id ="table " class ="table table-striped table-bordered " cellspacing ="0 " width ="100% "> </ table >
63
63
</ div >
64
64
65
-
66
65
<!-- Bootstrap modal -->
67
66
< div class ="modal fade " id ="modal_form " role ="dialog ">
68
67
< div class ="modal-dialog ">
@@ -74,7 +73,7 @@ <h3>Subscription Data</h3>
74
73
< h3 class ="modal-title text-center "> Subscription Form</ h3 >
75
74
76
75
</ div >
77
- < div class ="modal-body form ">
76
+ < div class ="modal-body form " align =" left " >
78
77
< form action ="# " id ="form " class ="form-horizontal ">
79
78
< input type ="hidden " value ="" name ="id " />
80
79
< div class ="form-body ">
Original file line number Diff line number Diff line change 25
25
</ head >
26
26
27
27
< body >
28
- < div align ="center "> < label > Test Rules Page</ label > </ div >
29
-
28
+ < div class ="container pull-left ">
29
+ < div align ="center "> < label > Test Rules Page</ label > </ div >
30
+ </ div >
30
31
</ body >
31
32
</ html >
You can’t perform that action at this time.
0 commit comments