瀏覽代碼

fix(import): fixed nav link in header, fixes #2633

Torkel Ödegaard 10 年之前
父節點
當前提交
4b4299604b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/app/features/dashboard/partials/import.html

+ 1 - 1
public/app/features/dashboard/partials/import.html

@@ -1,6 +1,6 @@
 <topnav icon="fa fa-th-large" title="Dashboards" subnav="true">
 	<ul class="nav">
-		<li class="active"><a href="import">Import</a></li>
+		<li class="active"><a href="import/dashboard">Import</a></li>
 	</ul>
 </topnav>