mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-11 05:17:55 +03:00
Updated admin interface visuals
This commit is contained in:
parent
11494a6cdd
commit
de533acdcd
@ -606,7 +606,7 @@ class ServicesPools(ModelHandler):
|
||||
self.ensureAccess(item, uds.core.types.permissions.PermissionType.MANAGEMENT)
|
||||
|
||||
fallback = self._params.get('fallbackAccess')
|
||||
if fallback != '':
|
||||
if fallback:
|
||||
logger.debug('Setting fallback of %s to %s', item.name, fallback)
|
||||
item.fallbackAccess = fallback
|
||||
item.save()
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -102,6 +102,6 @@
|
||||
</svg>
|
||||
</div>
|
||||
</uds-root>
|
||||
<script src="/uds/res/admin/runtime.js?stamp=1691009029" type="module"></script><script src="/uds/res/admin/polyfills.js?stamp=1691009029" type="module"></script><script src="/uds/res/admin/main.js?stamp=1691009029" type="module"></script></body>
|
||||
<script src="/uds/res/admin/runtime.js?stamp=1691076438" type="module"></script><script src="/uds/res/admin/polyfills.js?stamp=1691076438" type="module"></script><script src="/uds/res/admin/main.js?stamp=1691076438" type="module"></script></body>
|
||||
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user