mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 08:56:20 +00:00
fixed tests
This commit is contained in:
parent
b6b9ae0f14
commit
2b5b909fa3
2 changed files with 3 additions and 3 deletions
|
|
@ -63,8 +63,8 @@ body{
|
|||
.error::before{
|
||||
position: relative;
|
||||
font-size: 14px;
|
||||
color:rgb(222, 41, 41);
|
||||
cursor:default;
|
||||
color: rgb(222, 41, 41);
|
||||
cursor :default;
|
||||
content: '\2757';
|
||||
}
|
||||
.loading{
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
'<span class=owner>owner</span>' +
|
||||
'<span class=mode>mode</span>' +
|
||||
'</li>' +
|
||||
'<li draggable class' +
|
||||
'<li draggable class>' +
|
||||
'<span class="mini-icon directory"></span>' +
|
||||
'<span class=name>' +
|
||||
'<a href="/fs/etc" draggable=true>..</a>' +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue