mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
#13010 Fixed services 2
This commit is contained in:
parent
413c2e8424
commit
75eb8e2558
@ -145,6 +145,11 @@ $table->data['all_0'][0] = html_print_label_input_block(
|
|||||||
|
|
||||||
$table->rowstyle['staticgraph'] = 'display: none;';
|
$table->rowstyle['staticgraph'] = 'display: none;';
|
||||||
$table->colspan['staticgraph'][0] = 2;
|
$table->colspan['staticgraph'][0] = 2;
|
||||||
|
$src = $config['homeurl'].'/images/console/icons/appliance_ok.png';
|
||||||
|
if (is_metaconsole() === true) {
|
||||||
|
$src = $config['homeurl'].'../../images/console/icons/appliance_ok.png';
|
||||||
|
}
|
||||||
|
|
||||||
$table->data['staticgraph'][0] = html_print_label_input_block(
|
$table->data['staticgraph'][0] = html_print_label_input_block(
|
||||||
__('Image'),
|
__('Image'),
|
||||||
'<div class="flex">'.html_print_select(
|
'<div class="flex">'.html_print_select(
|
||||||
@ -160,7 +165,7 @@ $table->data['staticgraph'][0] = html_print_label_input_block(
|
|||||||
'',
|
'',
|
||||||
false,
|
false,
|
||||||
'width: 49%'
|
'width: 49%'
|
||||||
).'<span id="image_prev" class="mrgn_lft_10px mrgn_top-10px"><img src="'.$config['homeurl'].'/images/console/icons/appliance_ok.png"></span></div>'
|
).'<span id="image_prev" class="mrgn_lft_10px mrgn_top-10px"><img src="'.$src.'"></span></div>'
|
||||||
);
|
);
|
||||||
|
|
||||||
$table->rowstyle['all_1'] = 'display: none;';
|
$table->rowstyle['all_1'] = 'display: none;';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user