<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi There,<br>
<br>
I know there is a way to customize the UI of sunstone. I would like
to change the order of the table columns a little bit. I tried to
move around the column definition within
/etc/one/sunstone-views/user.yaml like below (e.g., move - 4 # Name
before the -2 # Owner). It does not work. Does anyone know how I
could change the order of the columns?<br>
<br>
code piece from <i>/etc/one/sunstone-views/user.yaml </i><br>
templates-tab:<br>
panel_tabs:<br>
template_info_tab: true<br>
template_template_tab: true<br>
table_columns:<br>
- 0 # Checkbox<br>
- 4 # Name<br>
- 2 # Owner<br>
- 3 # Group<br>
- 5 # Registration time<br>
- 1 # ID<br>
<br>
Thanks,<br>
Gene<br>
</body>
</html>