Skip to content

Commit

Permalink
Fix #267 - Disable /users route because view does not exist.
Browse files Browse the repository at this point in the history
  • Loading branch information
jathanism committed Jan 12, 2018
1 parent 2f3ecd3 commit 683acf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nsot/static/src/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,12 @@
templateUrl: "index.html",
controller: "IndexController"
})
/*
.when("/users", {
templateUrl: "users.html",
controller: "UsersController"
})
*/
.when("/users/:userId", {
templateUrl: "user.html",
controller: "UserController"
Expand Down
2 changes: 2 additions & 0 deletions nsot/templates/ui/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,11 @@
<li>
<a title="Sites" href="/sites"><i class="fa fa-fw fa-sitemap"></i> Sites</a>
</li>
<!--
<li>
<a title="Users" href="/users"><i class="fa fa-fw fa-users"></i> Users</a>
</li>
-->
<li class="divider"></li>
<li><a
title="API"
Expand Down

0 comments on commit 683acf5

Please sign in to comment.