#11074 The warning message is adjusted on the plugin page.
This commit is contained in:
parent
963664c1d8
commit
cce958e348
|
@ -860,8 +860,10 @@ if (empty($create) === false || empty($view) === false) {
|
||||||
if ($management_allowed === false) {
|
if ($management_allowed === false) {
|
||||||
ui_print_warning_message(
|
ui_print_warning_message(
|
||||||
__(
|
__(
|
||||||
'This console is not manager of this environment,
|
'This console is not manager of this environment, please manage this feature from feature from %s.',
|
||||||
please manage this feature from centralized manager console (Metaconsole).'
|
'<a target="_blank" href="'.ui_get_meta_url(
|
||||||
|
'index.php?sec=advanced&sec2=godmode/servers/plugin_registration&tab=plugin_registration&pure=0'
|
||||||
|
).'">'.__('metaconsole').'</a>'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue