add back loading bar
This commit is contained in:
parent
fe31cb9659
commit
bf8e6048c9
|
@ -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",
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue