mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
BasketController: disable dead link
This commit is contained in:
parent
b67e0c0017
commit
ac69d022b6
@ -342,12 +342,14 @@ class BasketController extends ActionController
|
||||
null,
|
||||
['class' => 'icon-left-big']
|
||||
),
|
||||
/*
|
||||
Link::create(
|
||||
$this->translate('Restore'),
|
||||
$this->url()->with('action', 'restore'),
|
||||
null,
|
||||
['class' => 'icon-rewind']
|
||||
)
|
||||
*/
|
||||
]);
|
||||
|
||||
$json = $snapshot->getJsonDump();
|
||||
|
Loading…
x
Reference in New Issue
Block a user