Show number of rows rendered for custom sql query

This commit is contained in:
Dan Sosedoff
2017-02-25 14:04:48 -06:00
parent 7882abea35
commit 36fd4871e1
4 changed files with 20 additions and 6 deletions

View File

@@ -212,6 +212,16 @@
border-bottom: solid 1px #ddd;
}
#input .actions #result-rows-count {
font-size: 12px;
display: inline-block;
height: 30px;
line-height: 30px;
float: left;
margin-right: 10px;
color: #999;
}
#input .actions .btn {
line-height: 30px;
height: 30px;