open-nomad/ui/mirage
Jai Bhagat e7f0cd28f3 edit fuzzy search callback logic
Namespaces are set-up in Nomad to be an object that has an id property.
However, namespaces actually don't have that shape. Our search was expecting
a namespace object, but we actually don't have a namespace assigned to jobs
in our config and namespace is set to null. Normally, these namespaces would
be set to default, but that would require us to refactor our Mirage config
if we wanted to assert that namespaces are 'default' and not null. So this is
a bandaid solution.
2021-07-26 17:25:43 -04:00
..
data
factories ui: add parameterized dispatch interface (#10675) 2021-07-20 18:27:41 -04:00
models
scenarios
serializers
common.js
config.js edit fuzzy search callback logic 2021-07-26 17:25:43 -04:00
faker.js
utils.js