diff --git a/module/testcase/ui/automation.html.php b/module/testcase/ui/automation.html.php
index 49cf4b851a..20f7488e9e 100644
--- a/module/testcase/ui/automation.html.php
+++ b/module/testcase/ui/automation.html.php
@@ -96,5 +96,3 @@ formPanel
set::actions(array('submit')),
set::submitBtnText($lang->save)
);
-
-render('modalDialog');
diff --git a/module/zanode/ui/view.html.php b/module/zanode/ui/view.html.php
index 6b78f24dd3..b766146992 100644
--- a/module/zanode/ui/view.html.php
+++ b/module/zanode/ui/view.html.php
@@ -418,7 +418,7 @@ detailBody
span
(
setClass('init-success hidden'),
- html(sprintf($lang->zanode->init->initSuccessNoticeTitle, "{$lang->zanode->manual}", html::a(helper::createLink('testcase', 'automation', "", '', true), $lang->zanode->automation, '', "class='iframe' title='{$lang->zanode->automation}' data-width='800px'", '')))
+ html(sprintf($lang->zanode->init->initSuccessNoticeTitle, "{$lang->zanode->manual}", html::a(createLink('testcase', 'automation'), $lang->zanode->automation, '', "data-toggle='modal'")))
),
$zanode->hostType == 'physics' ? div
(