mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +02:00
DashletForm: Provide a helpful hint how to input external urls
refs #5600
This commit is contained in:
parent
f47c0475c9
commit
fcdf41a9b8
@ -25,7 +25,10 @@ class DashletForm extends NavigationItemForm
|
|||||||
array(
|
array(
|
||||||
'required' => true,
|
'required' => true,
|
||||||
'label' => $this->translate('Url'),
|
'label' => $this->translate('Url'),
|
||||||
'description' => $this->translate('The url to load in the dashlet')
|
'description' => $this->translate(
|
||||||
|
'The url to load in the dashlet. For external urls, make sure to prepend'
|
||||||
|
. ' an appropriate protocol identifier (e.g. http://example.tld)'
|
||||||
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user