"DBA Connection Manager"
Bootstrap 3.3.0 Snippet by marshallx

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<div class="container">
<table id="layout">
<tr>
<td>
</td>
<td>
<div class="typeContainer">
<div class="typeHeader"><span class="fa fa-database"></span> SQL Servers</div>
<div class="itemContainer">
<div class="itemConnected">
<!-- Default panel contents -->
<div class="panel-heading">
<div class="itemHostname">RAND0756432</div>
<div class="itemSummary">"Primary SQL Server"</div>
</div>
<div class="panel-body">
<div class="itemStatus">Online <span class="fa fa-check"></span></div>
</div>
</div>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.container {
padding: 0;
margin: 0;
widht: 100%;
height: 100%;
min-height: 800px;
background-color: #fff;
}
#layout {
width: 100%;
height: 100%;
min-height: 800px;
}
#layout td {
vertical-align: top;
border: 1px solid #e7e7e7;
}
#layout tr:nth-child(1) td:nth-child(1) {
padding: 20px;
width: 250px;
height: 100%;
background-color: #f0f0f0;
border-right: 1px solid #e7e7e7;
}
#layout tr:nth-child(1) td:nth-child(2) {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: