mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-05-19 04:43:28 +02:00
Fixed button location servers modal
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<span type="submit" class="btn btn-default" data-dismiss="modal">Close</span>
|
||||
<span class="btn btn-default" data-dismiss="modal">Close</span>
|
||||
<button type="submit" class="btn btn-primary">Connect</button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
<p>Save your favorite servers to quickly connect to them.</p>
|
||||
</div>
|
||||
|
||||
<form ng-submit="add()">
|
||||
<div class="modal-body">
|
||||
<h5>My Servers</h5>
|
||||
<table class="table table-bordered" ng-show="servers.length">
|
||||
@@ -21,7 +22,6 @@
|
||||
|
||||
<hr>
|
||||
<h5>Add Server</h5>
|
||||
<form ng-submit="add()">
|
||||
<div class="form-group">
|
||||
<label>Server Name</label>
|
||||
<input type="text" class="form-control" ng-model="name" placeholder="Minecraft Server" required>
|
||||
@@ -41,14 +41,11 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="modal-footer">
|
||||
<span type="submit" class="btn btn-default" data-dismiss="modal">Close</span>
|
||||
<span class="btn btn-default" data-dismiss="modal">Close</span>
|
||||
<input type="submit" class="btn btn-success" value="Save">
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user