Add disconnect button to close active connection

This commit is contained in:
Dan Sosedoff
2016-02-04 23:13:54 -06:00
parent da43314332
commit f08c9d36a6
4 changed files with 207 additions and 269 deletions

View File

@@ -471,10 +471,13 @@
display: none;
}
#edit_connection {
.connection-actions {
position: fixed;
right: 8px;
top: 10px;
}
#edit_connection, #close_connection {
background: #79589f;
color: #fff;
border-color: #fff;