This website requires JavaScript.
Explore
Help
Register
Sign In
rancher
/
ui
mirror of
https://github.com/rancher/ui.git
Watch
1
Star
0
Fork
You've already forked ui
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
ui
/
app
/
models
/
job.js
6 lines
98 B
JavaScript
Raw
Permalink
Blame
History
import
Workload
from
'ui/models/workload'
;
const
Job
=
Workload
.
extend
(
{
}
)
;
export
default
Job
;
Reference in New Issue
View Git Blame
Copy Permalink