open-nomad/ui/app/routes/allocations/allocation/task/fs-root.js
Buck Doyle 595eb480ba
UI: Add allocation directory rendering (#5873)
This lets users navigate the allocation filesystem. It doesn’t
support viewing actual files yet.
2019-07-02 16:42:38 -05:00

6 lines
115 B
JavaScript

import FSRoute from './fs';
export default FSRoute.extend({
templateName: 'allocations/allocation/task/fs',
});