add back loading bar

This commit is contained in:
wh1te909 2020-06-18 07:09:29 +00:00
parent fe31cb9659
commit bf8e6048c9
2 changed files with 6 additions and 1 deletions

View File

@ -9,7 +9,7 @@ EXE_DIR = os.path.join(BASE_DIR, "tacticalrmm/private/exe")
AUTH_USER_MODEL = "accounts.User" AUTH_USER_MODEL = "accounts.User"
APP_VER = "0.0.1" APP_VER = "0.0.2"
INSTALLED_APPS = [ INSTALLED_APPS = [
"django.contrib.admin", "django.contrib.admin",

View File

@ -88,10 +88,15 @@ module.exports = function () {
plugins: [ plugins: [
'Dialog', 'Dialog',
'Loading', 'Loading',
'LoadingBar',
'Meta', 'Meta',
'Notify' 'Notify'
], ],
config: { config: {
loadingBar: {
color: "red",
size: "4px"
},
notify: { notify: {
position: "top", position: "top",
timeout: 2000, timeout: 2000,