mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
feature #2746: Fix error message layout when oneflow-server is not available
This commit is contained in:
parent
0b3f005561
commit
69ce24813b
@ -1064,7 +1064,9 @@ var services_tab = {
|
||||
info_header: '<i class="fa fa-code-fork fa fa-rotate-90"></i> '+tr("OneFlow - Service"),
|
||||
subheader: '<span/> <small></small> ',
|
||||
content: '<div class="row" id="error_message" hidden>\
|
||||
<div class="alert-box alert radius">'+tr("Cannot connect to OneFlow server")+'</div>\
|
||||
<div class="small-6 columns small-centered text-center">\
|
||||
<div class="alert-box alert radius">'+tr("Cannot connect to OneFlow server")+'</div>\
|
||||
</div>\
|
||||
</div>',
|
||||
table: '<table id="datatable_services" class="datatable twelve">\
|
||||
<thead>\
|
||||
|
@ -524,7 +524,9 @@ var service_templates_tab = {
|
||||
info_header: '<i class="fa fa-file-o"></i> '+tr("OneFlow - Template"),
|
||||
subheader: '<span/> <small></small> ',
|
||||
content: '<div class="row" id="error_message" hidden>\
|
||||
<div class="alert-box alert radius">'+tr("Cannot connect to OneFlow server")+'</div>\
|
||||
<div class="small-6 columns small-centered text-center">\
|
||||
<div class="alert-box alert radius">'+tr("Cannot connect to OneFlow server")+'</div>\
|
||||
</div>\
|
||||
</div>',
|
||||
table: '<table id="datatable_service_templates" class="datatable twelve">\
|
||||
<thead>\
|
||||
|
Loading…
x
Reference in New Issue
Block a user