mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature(cloudcmd) --columns: add ability to set visible columns (#146)
This commit is contained in:
parent
6c9913e5f1
commit
b5f98be162
18 changed files with 115 additions and 30 deletions
12
css/columns/name-size-date.css
Normal file
12
css/columns/name-size-date.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
.name {
|
||||
width: 59%;
|
||||
}
|
||||
|
||||
.owner {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mode {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue