dshoreman / servidor

A modern web application for managing servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Path parts should be clickable

dshoreman opened this issue · comments

When the File Manager's current path is several levels deep (eg /var/servidor/.vagrant/machines/default/virtualbox) it can be a bit tiresome constantly clicking the up button to get back somewhere else.

If we add a computed property that spits out the path as an array (split on /), it should be pretty easy to link each individual part of the path to that point in the structure.

The hard part would be joining up the half-path for the link and ensuring leading/trailing slashes stay the same.