entry.filePath -> entry.fileName
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title">Rename {{ renameEntry.entry.filePath }}</h4>
|
||||
<h4 class="modal-title">Rename {{ renameEntry.entry.fileName }}</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<form role="form" name="renameEntryForm" ng-submit="renameEntry.submit()" autocomplete="off">
|
||||
@@ -172,7 +172,7 @@
|
||||
<i class="fas fa-folder" ng-show="entry.isDirectory"></i>
|
||||
<i class="far fa-file" ng-show="entry.isFile"></i>
|
||||
</td>
|
||||
<td class="hand elide-table-cell" ng-click="open(entry)">{{ entry.filePath }}</td>
|
||||
<td class="hand elide-table-cell" ng-click="open(entry)">{{ entry.fileName }}</td>
|
||||
<td class="hand elide-table-cell" ng-click="open(entry)">{{ entry.size | prettyDiskSize }}</td>
|
||||
<td class="hand elide-table-cell" ng-click="open(entry)">{{ entry.uid | prettyOwner }}</td>
|
||||
<td class="text-right no-wrap" style="vertical-align: bottom">
|
||||
|
||||
Reference in New Issue
Block a user