Skip to content

Commit

Permalink
Worked on adding new servers
Browse files Browse the repository at this point in the history
  • Loading branch information
narrowtux committed Oct 11, 2012
1 parent b97beff commit 31fafa9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/sites/servers.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ <h3>Add Server</h3>
<input type="text" name="name" placeholder="Name of the server"/>
</form>
</div>
<div class="modal-footer">
<div class="btn-toolbar">
<div class="btn">Close</div>
<div class="btn btn-primary">Save</div>
</div>
</div>
</div>

<script src="js/servers.js"></script>

0 comments on commit 31fafa9

Please sign in to comment.