fix duplicate key error causing UI to freeze

This commit is contained in:
wh1te909 2020-11-26 07:36:26 +00:00
parent 0605a3b725
commit ae7873a7e3
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -31,7 +31,7 @@
:pagination.sync="pagination"
binary-state-sort
hide-bottom
row-key="name"
row-key="id"
:loading="loading"
>
<template v-slot:loading>