mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 18:23:35 +00:00
feature(path) add title with full path
This commit is contained in:
parent
748131b90b
commit
a1e013f848
2 changed files with 4 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
<div class=path><span class="path-icon clear-storage" title="clear storage (Ctrl+D)"></span><span class="path-icon refresh-icon" title="refresh (Ctrl+R)"><a href="{{ link }}"></a></span><span class=links>{{ path }}</span></div>
|
||||
<div class=path title="{{ fullPath }}"><span class="path-icon clear-storage" title="clear storage (Ctrl+D)"></span><span class="path-icon refresh-icon" title="refresh (Ctrl+R)"><a href="{{ link }}"></a></span><span class=links>{{ path }}</span></div>
|
||||
|
|
@ -352,8 +352,9 @@ var Util;
|
|||
lRefreshPath = CloudFunc.rmLastSlash(lPath),
|
||||
|
||||
lFileTable = Util.render(pPathTemplate, {
|
||||
link: FS + lRefreshPath,
|
||||
path: lHtmlPath
|
||||
link : FS + lRefreshPath,
|
||||
fullPath : lPath,
|
||||
path : lHtmlPath
|
||||
}),
|
||||
|
||||
lHeader = Util.render(pTemplate, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue