File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ function refreshInfo() {
83
83
var locker = getCurrentLocker ( ) ;
84
84
$ ( ".field-locker-name" ) . text ( locker ) ;
85
85
clearAlerts ( "manage-alert" ) ;
86
- // showAlert("manage-alert", "Loading...", "Please wait.");
86
+ showAlert ( "manage-alert" , "Loading..." , "Please wait." ) ;
87
87
sqlCommand ( [ "database" , "list" , locker ] ) . finally ( function ( ) {
88
88
clearAlerts ( "manage-alert" ) ;
89
89
} ) . then ( function ( data ) {
Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ <h3>Are you sure?</h3>
26
26
</ div >
27
27
</ div >
28
28
29
- < div id ="manage-alert-placeholder "> </ div >
30
-
31
29
< p >
32
30
Using < span class ="field-used-size "> 0 MB</ span > out
33
31
of < span class ="field-quota "> 0 MB</ span >
@@ -59,6 +57,9 @@ <h3>Are you sure?</h3>
59
57
-->
60
58
</ tbody >
61
59
</ table >
60
+
61
+ < div id ="manage-alert-placeholder "> </ div >
62
+
62
63
< form class ="form-inline " id ="database-create-form ">
63
64
< fieldset >
64
65
< legend > New database</ legend >
You can’t perform that action at this time.
0 commit comments