mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-02 04:33:09 +00:00
feature(file) add attribute, tag
This commit is contained in:
parent
16eab7de38
commit
c5e9a4746a
2 changed files with 9 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<li draggable class="{{ className }}">
|
||||
<{{ tag }} {{ attribute }}class="{{ className }}">
|
||||
<span class="mini-icon {{ type }}"></span>
|
||||
<span class="name reduce-text">{{ name }}</span>
|
||||
<span class="size reduce-text">{{ size }}</span>
|
||||
<span class="owner reduce-text">{{ owner }}</span>
|
||||
<span class="mode reduce-text">{{ mode }}</span>
|
||||
</li>
|
||||
</{{ tag }}>
|
||||
Loading…
Add table
Add a link
Reference in a new issue