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