From ae7873a7e367f07d17fce7ab1c0f0e65deeb6710 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Thu, 26 Nov 2020 07:36:26 +0000 Subject: [PATCH] fix duplicate key error causing UI to freeze --- api/tacticalrmm/tacticalrmm/settings.py | 4 ++-- web/src/components/SoftwareTab.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/tacticalrmm/tacticalrmm/settings.py b/api/tacticalrmm/tacticalrmm/settings.py index d26a9790..9b8785f9 100644 --- a/api/tacticalrmm/tacticalrmm/settings.py +++ b/api/tacticalrmm/tacticalrmm/settings.py @@ -15,11 +15,11 @@ EXE_DIR = os.path.join(BASE_DIR, "tacticalrmm/private/exe") AUTH_USER_MODEL = "accounts.User" # latest release -TRMM_VERSION = "0.2.1" +TRMM_VERSION = "0.2.2" # bump this version everytime vue code is changed # to alert user they need to manually refresh their browser -APP_VER = "0.0.91" +APP_VER = "0.0.92" # https://github.com/wh1te909/salt LATEST_SALT_VER = "1.1.0" diff --git a/web/src/components/SoftwareTab.vue b/web/src/components/SoftwareTab.vue index a0c2244b..cadc0884 100644 --- a/web/src/components/SoftwareTab.vue +++ b/web/src/components/SoftwareTab.vue @@ -31,7 +31,7 @@ :pagination.sync="pagination" binary-state-sort hide-bottom - row-key="name" + row-key="id" :loading="loading" >