menu bug fixes
This commit is contained in:
parent
6c73ffddb3
commit
320b87b77e
|
@ -37,14 +37,8 @@ ui_require_css_file('first_task');
|
|||
?>
|
||||
</p>
|
||||
<form action="index.php?sec=estado&sec2=enterprise/godmode/services/services.service&action=new_service" method="post">
|
||||
<?php
|
||||
html_print_submit_button(
|
||||
__('Create Services'),
|
||||
'createServiceButton'
|
||||
);
|
||||
?>
|
||||
<input type="submit" class="button_task" value="<?php echo __('Create Services'); ?>" />
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
|
|
|
@ -185,7 +185,7 @@ if ($access_console_node === true) {
|
|||
$sub['templates']['sub2'] = $sub2;
|
||||
|
||||
$sub['godmode/modules/manage_inventory_modules']['text'] = __('Inventory modules');
|
||||
$sub['godmode/modules/manage_inventory_modules']['id'] = 'Inventory modules';
|
||||
$sub['godmode/modules/manage_inventory_modules']['id'] = 'Inventory_modules';
|
||||
|
||||
enterprise_hook('autoconfiguration_menu');
|
||||
enterprise_hook('agent_repository_menu');
|
||||
|
|
|
@ -10002,6 +10002,10 @@ input[type="submit"].secondary:active {
|
|||
color: #0d312f;
|
||||
}
|
||||
|
||||
input[type="file"] {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
button.buttonButton,
|
||||
button.submitButton {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue