This website requires JavaScript.
Explore
Help
Sign In
luxolus
/
open-nomad
Watch
2
Star
0
Fork
You've already forked open-nomad
0
Code
Issues
1
Pull requests
Packages
Releases
Wiki
Activity
52a7a48177
open-nomad
/
ui
/
app
/
controllers
/
allocations
/
allocation
/
fs-root.js
4 lines
96 B
JavaScript
Raw
Normal View
History
Unescape
Escape
UI: add filesystem browsing for allocations (#7951) This partially addresses #7799. Task state filesystems are contained within a subdirectory of their parent allocation, so almost everything that existed for browsing task state filesystems was applicable to browsing allocations, just without the task name prepended to the path. I aimed to push this differential handling into as few contained places as possible. The tests also have significant overlap, so this includes an extracted behavior to run the same tests for allocations and task states.
2020-06-01 13:15:59 +00:00
import
FSController
from
'./fs'
;
Add massaged results of class codemod Manual interventions: • decorators on the same line for service and controller injections and most computed property macros • preserving import order when possible, both per-line and intra-line • moving new imports to the bottom • removal of classic decorator for trivial cases • conversion of init to constructor when appropriate
2020-06-10 13:49:16 +00:00
export
default
class
FsRootController
extends
FSController
{
}
Reference in a new issue
Copy permalink