| {{ t('connections.table.name') }} | +{{ t('connections.table.host') }} | +{{ t('connections.table.port') }} | +{{ t('connections.table.user') }} | +{{ t('connections.table.authMethod') }} | +{{ t('connections.table.lastConnected') }} | +{{ t('connections.table.actions') }} | +
|---|---|---|---|---|---|---|
| {{ conn.name }} | +{{ conn.host }} | +{{ conn.port }} | +{{ conn.username }} | +{{ conn.auth_method }} | +{{ formatTimestamp(conn.last_connected_at) }} | ++ + + + | +
| + {{ t('fileManager.headers.type') }} + {{ sortDirection === 'asc' ? '▲' : '▼' }} + | ++ {{ t('fileManager.headers.name') }} + {{ sortDirection === 'asc' ? '▲' : '▼' }} + | ++ {{ t('fileManager.headers.size') }} + {{ sortDirection === 'asc' ? '▲' : '▼' }} + | +{{ t('fileManager.headers.permissions') }} | ++ {{ t('fileManager.headers.modified') }} + {{ sortDirection === 'asc' ? '▲' : '▼' }} + | + +|
|---|---|---|---|---|---|
| 📁 | +.. | ++ | |||
| {{ item.attrs.isDirectory ? '📁' : (item.attrs.isSymbolicLink ? '🔗' : '📄') }} | +{{ item.filename }} | +{{ item.attrs.isFile ? formatSize(item.attrs.size) : '' }} | +{{ formatMode(item.attrs.mode) }} | +{{ new Date(item.attrs.mtime).toLocaleString() }} | + +