File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/main/resources/static/js Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -17,18 +17,22 @@ jQuery(document).ready(function() {
17
17
var frontendServiceUrl = $ ( '#frontendServiceUrl' ) . text ( ) ;
18
18
19
19
function loadMainPage ( ) {
20
+ $ ( "#selectInstances" ) . visible ( ) ;
20
21
$ ( "#mainFrame" ) . load ( "subscriptionpage.html" ) ;
21
22
}
22
23
23
24
$ ( "#testRulesBtn" ) . click ( function ( ) {
25
+ $ ( "#selectInstances" ) . visible ( ) ;
24
26
$ ( "#mainFrame" ) . load ( "testRules.html" ) ;
25
27
} ) ;
26
28
27
29
$ ( "#eiInfoBtn" ) . click ( function ( ) {
30
+ $ ( "#selectInstances" ) . visible ( ) ;
28
31
$ ( "#mainFrame" ) . load ( "eiInfo.html" ) ;
29
32
} ) ;
30
33
31
34
$ ( "#loginBtn" ) . click ( function ( ) {
35
+ $ ( "#selectInstances" ) . visible ( ) ;
32
36
$ ( "#mainFrame" ) . load ( "login.html" ) ;
33
37
} ) ;
34
38
@@ -43,6 +47,7 @@ jQuery(document).ready(function() {
43
47
} ) ;
44
48
45
49
$ ( "#logoutBtn" ) . click ( function ( ) {
50
+ $ ( "#selectInstances" ) . visible ( ) ;
46
51
$ . ajax ( {
47
52
url : "/auth/logout" ,
48
53
type : "GET" ,
@@ -60,6 +65,7 @@ jQuery(document).ready(function() {
60
65
} ) ;
61
66
62
67
$ ( "#jmesPathRulesSetUpBtn" ) . click ( function ( ) {
68
+ $ ( "#selectInstances" ) . visible ( ) ;
63
69
$ ( "#mainFrame" ) . load ( "jmesPathRulesSetUp.html" ) ;
64
70
} ) ;
65
71
You can’t perform that action at this time.
0 commit comments