diff --git a/application/views/scripts/process/show.phtml b/application/views/scripts/process/show.phtml index 95fc526..c3bf5eb 100644 --- a/application/views/scripts/process/show.phtml +++ b/application/views/scripts/process/show.phtml @@ -10,16 +10,16 @@ use Icinga\Module\Businessprocess\BusinessProcess; formSelect('config', $this->configName, array('class' => 'autosubmit'), $this->processList) ?> -icon('dashboard') ?> +icon('dashboard') ?> bpconfig->isLocked()): ?> icon('lock') ?> bpconfig->isEmpty()): ?> -icon('lock-open') ?> +icon('lock-open') ?> icon('wrench') ?> -icon('plus') ?> +icon('plus') ?> @@ -44,8 +44,7 @@ use Icinga\Module\Businessprocess\BusinessProcess; ) ?> qlink( $this->translate('Dismiss'), $this->url()->with('dismissChanges', true), - null, - array('data-base-target' => '_main') + null ) ?> bpconfig->hasSimulations()): ?> @@ -55,8 +54,7 @@ use Icinga\Module\Businessprocess\BusinessProcess; ) ?> qlink( $this->translate('Dismiss'), $this->url()->with('dismissSimulations', true), - null, - array('data-base-target' => '_main') + null ) ?>