mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-26 17:38:20 +01:00
fix fileview status
This commit is contained in:
parent
bc05c1d973
commit
7dc275e1e5
@ -191,7 +191,8 @@
|
||||
self.selectedFile = e.data
|
||||
if(self.onfileselect)
|
||||
self.onfileselect(e.data)
|
||||
$(self.refs.stbar).html("Selected: " + e.data.filename + " (" + e.data.size + " bytes)")
|
||||
$(self.refs.stbar).empty()
|
||||
$(self.refs.stbar).append($("<span>").append("Selected: " + e.data.filename + " (" + e.data.size + " bytes)"))//.html()
|
||||
})
|
||||
self.root.observable.on("filedbclick", function(e){
|
||||
if(e.id != self.rid ) return
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"app":"MarkOn",
|
||||
"name":"Mardown editor",
|
||||
"name":"Markdown editor",
|
||||
"description":"Simple markdown editor",
|
||||
"info":{
|
||||
"author": "Xuan Sang LE",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"app":"wTerm",
|
||||
"name":"Unix terminal like",
|
||||
"name":"Terminal",
|
||||
"description":"Access Unix terminal from web",
|
||||
"info":{
|
||||
"author": "Xuan Sang LE",
|
||||
|
@ -10,6 +10,7 @@ afx-file-view div.status{
|
||||
height: 15px;
|
||||
background-color: #f6F6F6;
|
||||
border-top: 1px solid #cbcbcb;
|
||||
color:#414339;
|
||||
}
|
||||
afx-file-view afx-list-view li{
|
||||
float:left;
|
||||
|
Loading…
Reference in New Issue
Block a user