mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(cloudcmd) add date column
This commit is contained in:
parent
2ab0df4965
commit
d556948c87
5 changed files with 18 additions and 8 deletions
|
|
@ -2,6 +2,7 @@
|
|||
<span data-name="js-type" class="mini-icon {{ type }}"></span>
|
||||
<span data-name="js-name" class="name reduce-text">{{ name }}</span>
|
||||
<span data-name="js-size" class="size reduce-text">{{ size }}</span>
|
||||
<span data-name="js-date" class="date reduce-text">{{ date }} </span>
|
||||
<span data-name="js-owner" class="owner reduce-text">{{ owner }}</span>
|
||||
<span data-name="js-mode" class="mode reduce-text">{{ mode }}</span>
|
||||
</{{ tag }}>
|
||||
Loading…
Add table
Add a link
Reference in a new issue