Просмотр исходного кода

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

Torkel Ödegaard 10 лет назад
Родитель
Сommit
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">
 <topnav icon="fa fa-th-large" title="Dashboards" subnav="true">
 	<ul class="nav">
 	<ul class="nav">
-		<li class="active"><a href="import">Import</a></li>
+		<li class="active"><a href="import/dashboard">Import</a></li>
 	</ul>
 	</ul>
 </topnav>
 </topnav>