open-nomad/ui/app/templates/components/job-page
Buck Doyle 8b5b2116ec
Fix job detail crash when recommendations off (#9269)
Without this, visiting any job detail page on Nomad OSS would crash with
an error like this:

Error: Ember Data Request GET
/v1/recommendations?job=ping%F0%9F%A5%B3&namespace=default returned a
404 Payload (text/xml)

The problem was twofold.

1. The recommendation ability didn’t include anything about checking
whether the feature was present. This adds a request to
/v1/operator/license on application load to determine which features are
present and store them in the system service. The ability now looks for
'Dynamic Application Sizing' in that feature list.

2. Second, I didn’t check permissions at all in the job-fetching or job
detail templates.
2020-11-06 08:21:38 -06:00
..
parts Update job launches table to use the page size select pattern 2020-09-18 18:27:48 -07:00
batch.hbs Add explicit this to templates (#8388) 2020-07-09 15:19:07 -05:00
parameterized-child.hbs Add explicit this to templates (#8388) 2020-07-09 15:19:07 -05:00
parameterized.hbs Add explicit this to templates (#8388) 2020-07-09 15:19:07 -05:00
periodic-child.hbs Add explicit this to templates (#8388) 2020-07-09 15:19:07 -05:00
periodic.hbs Add explicit this to templates (#8388) 2020-07-09 15:19:07 -05:00
service.hbs Fix job detail crash when recommendations off (#9269) 2020-11-06 08:21:38 -06:00
system.hbs Fix job detail crash when recommendations off (#9269) 2020-11-06 08:21:38 -06:00