[Kimchi-devel] [Issue 296 V2 1/2] Remove the first column of debug report grid
Wang Wen
wenwang at linux.vnet.ibm.com
Wed Jun 4 11:08:21 UTC 2014
Have the first column of debug report grid which indicate numbers removed
---
ui/css/theme-default/host.css | 4 ----
ui/js/src/kimchi.host.js | 6 +-----
2 files changed, 1 insertions(+), 9 deletions(-)
diff --git a/ui/css/theme-default/host.css b/ui/css/theme-default/host.css
index ed28d25..a040204 100644
--- a/ui/css/theme-default/host.css
+++ b/ui/css/theme-default/host.css
@@ -210,10 +210,6 @@
margin: .2em 1em;
}
-.debug-report-id {
- width: 30px;
-}
-
.debug-report-name,
.debug-report-time {
width: 200px;
diff --git a/ui/js/src/kimchi.host.js b/ui/js/src/kimchi.host.js
index ee59a7e..3d8da1f 100644
--- a/ui/js/src/kimchi.host.js
+++ b/ui/js/src/kimchi.host.js
@@ -357,11 +357,7 @@ kimchi.host_main = function() {
$('#' + reportGridID + '-download-button')
.prop('disabled', false);
},
- frozenFields: [{
- name: 'id',
- label: ' ',
- 'class': 'debug-report-id'
- }],
+ frozenFields: [],
fields: [{
name: 'name',
label: i18n['KCHDR6003M'],
--
1.7.1
More information about the Kimchi-devel
mailing list