1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-11 05:17:55 +03:00

upgraded frontend to angular 15 with material 15

This commit is contained in:
Adolfo Gómez García 2023-01-11 03:02:06 +01:00
parent 6bd6944c62
commit e532780a6e
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23
6 changed files with 36 additions and 9 deletions

View File

@ -99,4 +99,4 @@ class ServicePoolGroup(UUIDModel):
Returns:
[ServicePoolGroup]: Default ServicePoolGroup
"""
return ServicePoolGroup(name=_('General'), comments='', priority=-10000)
return ServicePoolGroup(uuid='', name=_('General'), comments='', priority=-10000)

View File

@ -5,7 +5,7 @@ MIT
MIT
The MIT License
Copyright (c) 2022 Google LLC.
Copyright (c) 2023 Google LLC.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@ -39,7 +39,7 @@ MIT
MIT
The MIT License
Copyright (c) 2022 Google LLC.
Copyright (c) 2023 Google LLC.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@ -66,9 +66,36 @@ MIT
@angular/router
MIT
core-js
@material/dialog
MIT
Copyright (c) 2014-2022 Denis Pushkarev
The MIT License
Copyright (c) 2014-2020 Google, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
cookieconsent
MIT
The MIT License (MIT)
Copyright (c) 2016 Silktide Ltd
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
(()=>{"use strict";var e,_={},d={};function n(e){var a=d[e];if(void 0!==a)return a.exports;var r=d[e]={exports:{}};return _[e](r,r.exports,n),r.exports}n.m=_,e=[],n.O=(a,r,t,u)=>{if(!r){var c=1/0;for(f=0;f<e.length;f++){for(var[r,t,u]=e[f],o=!0,l=0;l<r.length;l++)(!1&u||c>=u)&&Object.keys(n.O).every(i=>n.O[i](r[l]))?r.splice(l--,1):(o=!1,u<c&&(c=u));if(o){e.splice(f--,1);var s=t();void 0!==s&&(a=s)}}return a}u=u||0;for(var f=e.length;f>0&&e[f-1][2]>u;f--)e[f]=e[f-1];e[f]=[r,t,u]},n.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return n.d(a,{a}),a},n.d=(e,a)=>{for(var r in a)n.o(a,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:a[r]})},n.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),(()=>{var e={666:0};n.O.j=t=>0===e[t];var a=(t,u)=>{var l,s,[f,c,o]=u,v=0;if(f.some(h=>0!==e[h])){for(l in c)n.o(c,l)&&(n.m[l]=c[l]);if(o)var b=o(n)}for(t&&t(u);v<f.length;v++)n.o(e,s=f[v])&&e[s]&&e[s][0](),e[s]=0;return n.O(b)},r=self.webpackChunkuds=self.webpackChunkuds||[];r.forEach(a.bind(null,0)),r.push=a.bind(null,r.push.bind(r))})()})();
(()=>{"use strict";var e,d={},_={};function a(e){var u=_[e];if(void 0!==u)return u.exports;var r=_[e]={exports:{}};return d[e](r,r.exports,a),r.exports}a.m=d,e=[],a.O=(u,r,o,f)=>{if(!r){var c=1/0;for(n=0;n<e.length;n++){for(var[r,o,f]=e[n],t=!0,l=0;l<r.length;l++)(!1&f||c>=f)&&Object.keys(a.O).every(i=>a.O[i](r[l]))?r.splice(l--,1):(t=!1,f<c&&(c=f));if(t){e.splice(n--,1);var s=o();void 0!==s&&(u=s)}}return u}f=f||0;for(var n=e.length;n>0&&e[n-1][2]>f;n--)e[n]=e[n-1];e[n]=[r,o,f]},a.d=(e,u)=>{for(var r in u)a.o(u,r)&&!a.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:u[r]})},a.o=(e,u)=>Object.prototype.hasOwnProperty.call(e,u),(()=>{var e={666:0};a.O.j=o=>0===e[o];var u=(o,f)=>{var l,s,[n,c,t]=f,v=0;if(n.some(h=>0!==e[h])){for(l in c)a.o(c,l)&&(a.m[l]=c[l]);if(t)var b=t(a)}for(o&&o(f);v<n.length;v++)a.o(e,s=n[v])&&e[s]&&e[s][0](),e[s]=0;return a.O(b)},r=self.webpackChunkuds=self.webpackChunkuds||[];r.forEach(u.bind(null,0)),r.push=u.bind(null,r.push.bind(r))})()})();

File diff suppressed because one or more lines are too long