1
0
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:
Daniel Molina 2014-03-17 16:00:02 +01:00
parent 0b3f005561
commit 69ce24813b
2 changed files with 6 additions and 2 deletions

View File

@ -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>&emsp;',
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>\

View File

@ -524,7 +524,9 @@ var service_templates_tab = {
info_header: '<i class="fa fa-file-o"></i> '+tr("OneFlow - Template"),
subheader: '<span/> <small></small>&emsp;',
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>\