From d6cd11df635941a4e7d35e6e45b4e59cb8bd4469 Mon Sep 17 00:00:00 2001
From: Florian Schaal <florian@schaal-24.de>
Date: Fri, 04 Sep 2015 07:57:19 -0400
Subject: [PATCH] default for mount backup_dir set to no
---
interface/web/dashboard/dashlets/templates/modules.htm | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/interface/web/dashboard/dashlets/templates/modules.htm b/interface/web/dashboard/dashlets/templates/modules.htm
index 442e102..d42bf2e 100644
--- a/interface/web/dashboard/dashlets/templates/modules.htm
+++ b/interface/web/dashboard/dashlets/templates/modules.htm
@@ -9,9 +9,7 @@
<div class='title'>{tmpl_var name='modules_title'}</div>
</div>
</div>
- <div class='btn btn-default button'>
- <a href='#' data-capp='{tmp_var name="modules_name"}'>Go to {tmpl_var name='modules_title'}</a>
- </div>
+ <a href='#' class='btn btn-default button' data-capp='{tmpl_var name="modules_name"}'>Go to {tmpl_var name='modules_title'}</a>
</li>
</tmpl_loop>
</ul>
--
Gitblit v1.9.1