File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
dbaas/logical/templates/logical/database/details Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 80
80
< div class ="form-actions navbar navbar-fixed-bottom ">
81
81
< div class ="container ">
82
82
< div class ="pull-left save-options-box ">
83
- < input type ="submit " value ="Save " name ="_save " onclick ="submitOrderForm();" class ="btn btn-primary "/>
83
+ < input type ="submit " id ="save-submit-btn " value ="Save " name ="_save " onclick ="submitOrderForm();" class ="btn btn-primary "/>
84
+ < button data-toggle ="modal " style ="display:none; " id ="save-modal-btn " data-target ="#save_submit_modal " class ="btn btn-primary "> Save</ button >
84
85
</ div >
85
86
</ div >
86
87
</ div >
@@ -133,9 +134,12 @@ <h1>
133
134
jQuery ( '#running_label' ) . hide ( ) ;
134
135
}
135
136
} ) ;
137
+
136
138
}
139
+
137
140
database_current_task ( ) ;
138
141
setInterval ( database_current_task , 10000 ) ;
139
142
143
+
140
144
</ script >
141
145
{% endblock %}
You can’t perform that action at this time.
0 commit comments