Init frontend README

Signed-off-by: josh <josh.timmons@hashicorp.com>
This commit is contained in:
josh
2023-06-04 16:32:58 -04:00
parent 0738aa3568
commit 520e984280
4 changed files with 112 additions and 9 deletions
@@ -126,7 +126,7 @@ export const EntityNomadAllocationListTable = () => {
// Make filter from attributes
const filter: string[] = [];
if (job) {
filter.push(`(JobID matches "${job}")`);
filter.push(`(JobID == "${job}")`);
}
if (group) {
filter.push(`(TaskGroup matches "${group}")`);