mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 14:11:21 +00:00
GUACAMOLE-334: Add support for downloading connection history search results as CSV.
This commit is contained in:
@@ -46,9 +46,26 @@
|
||||
|
||||
}
|
||||
|
||||
.settings.connectionHistory .filter .search-button {
|
||||
.settings.connectionHistory .filter .search-string {
|
||||
-ms-flex: 1 1 auto;
|
||||
-moz-box-flex: 1;
|
||||
-webkit-box-flex: 1;
|
||||
-webkit-flex: 1 1 auto;
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
.settings.connectionHistory .filter .search-button,
|
||||
.settings.connectionHistory .filter button {
|
||||
|
||||
-ms-flex: 0 0 auto;
|
||||
-moz-box-flex: 0;
|
||||
-webkit-box-flex: 0;
|
||||
-webkit-flex: 0 0 auto;
|
||||
flex: 0 0 auto;
|
||||
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
|
||||
}
|
||||
|
||||
.settings.connectionHistory .history-list {
|
||||
|
Reference in New Issue
Block a user