Skip to content

Commit

Permalink
Added /network link to Players page
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraLS3 committed May 24, 2018
1 parent c09e346 commit f3f14fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Plan/src/main/resources/web/network.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
</a>
</li>
<li>
<a class="nav-button" target="_blank" href="./players">
<a target="_blank" href="./players">
<i class="material-icons">people</i>
<span>Network Players</span>
</a>
Expand Down
6 changes: 6 additions & 0 deletions Plan/src/main/resources/web/players.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@
<span>Players</span>
</a>
</li>
<li>
<a target="_blank" href="./network">
<i class="material-icons">storage</i>
<span>Network/Server</span>
</a>
</li>
</ul>
</div>
<!-- #Menu -->
Expand Down

0 comments on commit f3f14fd

Please sign in to comment.