open-nomad/ui/app/controllers/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

4 lines
72 B
JavaScript

import FSController from './fs';
export default FSController.extend();