mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
js: Prevent that collapsible buttons submit forms
This commit is contained in:
parent
8310d9c781
commit
5e09cd647a
@ -69,7 +69,7 @@ $innerLayoutScript = $this->layout()->innerLayout . '.phtml';
|
||||
}());
|
||||
</script>
|
||||
<div id="collapsible-control-ghost" class="collapsible-control">
|
||||
<button>
|
||||
<button type="button">
|
||||
<?= $this->icon('angle-double-down', $this->translate('Expand'), ['class' => 'expand-icon']) ?>
|
||||
<?= $this->icon('angle-double-up', $this->translate('Collapse'), ['class' => 'collapse-icon']) ?>
|
||||
</button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user