Merge branch 'ent-7382-fallo-visualizacion-ha' into 'develop'
fixed visual error HA See merge request artica/pandorafms!4067
This commit is contained in:
commit
3d3e1acef4
|
@ -53,8 +53,8 @@ ui_print_info_message(['no_close' => true, 'message' => __('There are no HA clus
|
|||
|
||||
<?php
|
||||
if (check_acl($config['id_user'], 0, 'PM')) {
|
||||
echo "<div id='create_master_window' class='invisible'></div>";
|
||||
echo "<div id='msg' class='invisible'></div>";
|
||||
echo "<div id='create_master_window' style='display: none'></div>";
|
||||
echo "<div id='msg' style='display: none'></div>";
|
||||
?>
|
||||
<input onclick="show_create_ha_cluster();" type="submit" class="button_task ui_toggle" value="<?php echo __('Add new node'); ?>" />
|
||||
<?php
|
||||
|
|
Loading…
Reference in New Issue