From be4e3a8cb5a8f7c24ab5a8aa2040f446f7ad9188 Mon Sep 17 00:00:00 2001 From: Alexander Platov Date: Tue, 28 Sep 2021 23:48:16 +0300 Subject: [PATCH] Update ApplicationsPopup layout (#228) Signed-off-by: Alexander Platov --- .../src/components/ApplicationsPopup.svelte | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/plugins/recruit-resources/src/components/ApplicationsPopup.svelte b/plugins/recruit-resources/src/components/ApplicationsPopup.svelte index 9129ef5df3..266dced3c8 100644 --- a/plugins/recruit-resources/src/components/ApplicationsPopup.svelte +++ b/plugins/recruit-resources/src/components/ApplicationsPopup.svelte @@ -48,12 +48,13 @@
{#each applications as app} -
show(app)}> +
show(app)}>
{getApplicationLabel(app)}
Cisco
+
status
{/each}
@@ -61,6 +62,10 @@