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;
= $this->formSelect('config', $this->configName, array('class' => 'autosubmit'), $this->processList) ?>
-= $this->icon('dashboard') ?>
+= $this->icon('dashboard') ?>
bpconfig->isLocked()): ?>
= $this->icon('lock') ?>
bpconfig->isEmpty()): ?>
-= $this->icon('lock-open') ?>
+= $this->icon('lock-open') ?>
= $this->icon('wrench') ?>
-= $this->icon('plus') ?>
+= $this->icon('plus') ?>
@@ -44,8 +44,7 @@ use Icinga\Module\Businessprocess\BusinessProcess;
) ?> = $this->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;
) ?> = $this->qlink(
$this->translate('Dismiss'),
$this->url()->with('dismissSimulations', true),
- null,
- array('data-base-target' => '_main')
+ null
) ?>