mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-08-15 23:08:11 +02:00
ImportsourceController: Remove unnecessary inline js for collapse
This commit is contained in:
parent
be6447874c
commit
28d8f0e7d1
@ -180,9 +180,7 @@ class ImportsourceController extends ActionController
|
||||
'target' => '_blank',
|
||||
'class' => 'icon-download',
|
||||
]
|
||||
))->add(Link::create('[..]', '#', null, [
|
||||
'onclick' => 'javascript:$("table.raw-data-table").toggleClass("collapsed");'
|
||||
]));
|
||||
));
|
||||
try {
|
||||
(new ImportsourceHookTable())->setImportSource($source)->renderTo($this);
|
||||
} catch (Exception $e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user