Commit c2056a89 authored by lizeen's avatar lizeen
Browse files

add helm application and crd

Showing with 610 additions and 550 deletions
+610 -550
File added
File added
File added
File added
File added
File added
File added
File added
File added
......@@ -121,6 +121,7 @@ const (
PVType = "persistentVolume"
StorageClassType = "storageClass"
Helm = "helm"
Crd = "crd"
)
type KubeResources struct {
......@@ -149,6 +150,7 @@ type KubeResources struct {
PV *KubeResource
StorageClass *KubeResource
Helm *KubeResource
Crd *KubeResource
}
func NewKubeResources(message *MiddleMessage) *KubeResources {
......@@ -178,5 +180,6 @@ func NewKubeResources(message *MiddleMessage) *KubeResources {
PV: &KubeResource{ResType: PVType, KubeMessage: message},
StorageClass: &KubeResource{ResType: StorageClassType, KubeMessage: message},
Helm: &KubeResource{ResType: Helm, KubeMessage: message},
Crd: &KubeResource{ResType: Crd, KubeMessage: message},
}
}
This diff is collapsed.
package kube_views
import (
"github.com/openspacee/osp/pkg/kube_resource"
"github.com/openspacee/osp/pkg/router/views"
"github.com/openspacee/osp/pkg/utils"
"github.com/openspacee/osp/pkg/utils/code"
"net/http"
)
type Crd struct {
Views []*views.View
*kube_resource.KubeResources
}
func NewCrd(kr *kube_resource.KubeResources) *Crd {
crd := &Crd{
KubeResources: kr,
}
vs := []*views.View{
views.NewView(http.MethodGet, "/:cluster", crd.list),
views.NewView(http.MethodGet, "/:cluster/:name", crd.get),
}
crd.Views = vs
return crd
}
func (d *Crd) list(c *views.Context) *utils.Response {
return d.Crd.List(c.Param("cluster"), struct{}{})
}
func (d *Crd) get(c *views.Context) *utils.Response {
var ser GetSerializers
if err := c.ShouldBindQuery(&ser); err != nil {
return &utils.Response{Code: code.ParamsError, Msg: err.Error()}
}
reqParams := map[string]interface{}{
"name": c.Param("name"),
"output": ser.Output,
}
return d.Crd.Get(c.Param("cluster"), reqParams)
}
......@@ -37,6 +37,7 @@ func NewViewSets(kr *kube_resource.KubeResources, models *model.Models) *ViewSet
pv := kube_views.NewPV(kr)
storageclass := kube_views.NewStorageClass(kr)
helm := kube_views.NewHelm(kr, models)
crd := kube_views.NewCrd(kr)
viewsets := &ViewSets{
"cluster": cluster.Views,
......@@ -65,6 +66,7 @@ func NewViewSets(kr *kube_resource.KubeResources, models *model.Models) *ViewSet
"pv": pv.Views,
"storageclass": storageclass.Views,
"helm": helm.Views,
"crd": crd.Views,
}
return viewsets
......
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/favicon.ico><title>OpenSpace</title><link href=/static/css/app.be7ca50b.css rel=preload as=style><link href=/static/css/chunk-elementUI.5a799807.css rel=preload as=style><link href=/static/css/chunk-libs.05ad4911.css rel=preload as=style><link href=/static/js/app.56e7bf6b.js rel=preload as=script><link href=/static/js/chunk-elementUI.a110a801.js rel=preload as=script><link href=/static/js/chunk-libs.97766902.js rel=preload as=script><link href=/static/css/chunk-elementUI.5a799807.css rel=stylesheet><link href=/static/css/chunk-libs.05ad4911.css rel=stylesheet><link href=/static/css/app.be7ca50b.css rel=stylesheet></head><body><noscript><strong>We're sorry but openspace doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script>(function(c){function e(e){for(var u,a,t=e[0],k=e[1],f=e[2],r=0,b=[];r<t.length;r++)a=t[r],Object.prototype.hasOwnProperty.call(h,a)&&h[a]&&b.push(h[a][0]),h[a]=0;for(u in k)Object.prototype.hasOwnProperty.call(k,u)&&(c[u]=k[u]);o&&o(e);while(b.length)b.shift()();return d.push.apply(d,f||[]),n()}function n(){for(var c,e=0;e<d.length;e++){for(var n=d[e],u=!0,a=1;a<n.length;a++){var t=n[a];0!==h[t]&&(u=!1)}u&&(d.splice(e--,1),c=k(k.s=n[0]))}return c}var u={},a={runtime:0},h={runtime:0},d=[];function t(c){return k.p+"static/js/"+({}[c]||c)+"."+{"chunk-054932d5":"5470aa84","chunk-08e28698":"8ac0f2e2","chunk-0b1b3f68":"1552c115","chunk-1145001c":"49e38375","chunk-11fe32de":"3ff2f41e","chunk-138e0aa7":"f65322f8","chunk-1981e1ee":"7d18b7f0","chunk-1aa608d8":"4632c262","chunk-21278eb8":"ea628b4a","chunk-24616215":"cb777b51","chunk-26c47e7b":"898a45b0","chunk-29d0bce6":"6ee9aad9","chunk-2d0a4b44":"b7c0287b","chunk-2d0ac449":"f1696462","chunk-2d0db4b3":"ad4683a6","chunk-2d2307fa":"c9f3b4b9","chunk-2d6e0964":"2b88b456","chunk-2fd7953b":"84ad52a7","chunk-377f5afe":"c8daa031","chunk-3b1537bb":"50bad018","chunk-3d6c8f48":"cb81446a","chunk-40dac8e0":"a5f78cf1","chunk-42a296bc":"01710868","chunk-4502633e":"28bb06e9","chunk-45b6562e":"dece0479","chunk-45c56c3e":"73ce10b1","chunk-4e33e56d":"196054bc","chunk-512f55b8":"982ded57","chunk-5156aa80":"5915c4db","chunk-559aaf99":"a433719d","chunk-560d3383":"a82df8d3","chunk-565bf4d4":"77d50a23","chunk-5dd6690d":"d87e350d","chunk-601e69ac":"7419c093","chunk-60e986a7":"2226c285","chunk-62f16bd9":"1d36b792","chunk-67e8215a":"cd591913","chunk-69bc3550":"d2b868e8","chunk-6ec6a07e":"1ddd1673","chunk-6f2d3beb":"ca912b5d","chunk-709c8283":"d5a3d07c","chunk-7c961b3b":"0551aa4e","chunk-7cb1a746":"547d79b4","chunk-95cc3954":"c709284f","chunk-a92c8896":"205c037d","chunk-f47c3556":"2ac8502c","chunk-f691c190":"9ef67460","chunk-fad42364":"95074ef8","chunk-fd15c41e":"fc5bb545","chunk-fde390e4":"c426419b","chunk-fec4dd7e":"c3d757f3","chunk-ff4708ce":"adb0f532"}[c]+".js"}function k(e){if(u[e])return u[e].exports;var n=u[e]={i:e,l:!1,exports:{}};return c[e].call(n.exports,n,n.exports,k),n.l=!0,n.exports}k.e=function(c){var e=[],n={"chunk-054932d5":1,"chunk-08e28698":1,"chunk-0b1b3f68":1,"chunk-1145001c":1,"chunk-11fe32de":1,"chunk-138e0aa7":1,"chunk-1981e1ee":1,"chunk-1aa608d8":1,"chunk-21278eb8":1,"chunk-24616215":1,"chunk-26c47e7b":1,"chunk-29d0bce6":1,"chunk-2d6e0964":1,"chunk-2fd7953b":1,"chunk-377f5afe":1,"chunk-3b1537bb":1,"chunk-3d6c8f48":1,"chunk-40dac8e0":1,"chunk-42a296bc":1,"chunk-4502633e":1,"chunk-45b6562e":1,"chunk-45c56c3e":1,"chunk-4e33e56d":1,"chunk-512f55b8":1,"chunk-5156aa80":1,"chunk-559aaf99":1,"chunk-560d3383":1,"chunk-565bf4d4":1,"chunk-5dd6690d":1,"chunk-601e69ac":1,"chunk-60e986a7":1,"chunk-62f16bd9":1,"chunk-67e8215a":1,"chunk-69bc3550":1,"chunk-6ec6a07e":1,"chunk-6f2d3beb":1,"chunk-709c8283":1,"chunk-7c961b3b":1,"chunk-7cb1a746":1,"chunk-95cc3954":1,"chunk-a92c8896":1,"chunk-f47c3556":1,"chunk-f691c190":1,"chunk-fad42364":1,"chunk-fd15c41e":1,"chunk-fde390e4":1,"chunk-fec4dd7e":1,"chunk-ff4708ce":1};a[c]?e.push(a[c]):0!==a[c]&&n[c]&&e.push(a[c]=new Promise((function(e,n){for(var u="static/css/"+({}[c]||c)+"."+{"chunk-054932d5":"4ac1c0b1","chunk-08e28698":"013293d4","chunk-0b1b3f68":"bdc4ed7e","chunk-1145001c":"993c4a98","chunk-11fe32de":"0b0b0fd4","chunk-138e0aa7":"134ee1fa","chunk-1981e1ee":"f2a786df","chunk-1aa608d8":"1f0bd404","chunk-21278eb8":"60f5cd6b","chunk-24616215":"0fec143f","chunk-26c47e7b":"256daed4","chunk-29d0bce6":"b9d4af67","chunk-2d0a4b44":"31d6cfe0","chunk-2d0ac449":"31d6cfe0","chunk-2d0db4b3":"31d6cfe0","chunk-2d2307fa":"31d6cfe0","chunk-2d6e0964":"23b772a5","chunk-2fd7953b":"d8422b22","chunk-377f5afe":"9e610b33","chunk-3b1537bb":"7df7c752","chunk-3d6c8f48":"100e42ea","chunk-40dac8e0":"823e02d9","chunk-42a296bc":"a2adbe52","chunk-4502633e":"6645dc37","chunk-45b6562e":"70f18d14","chunk-45c56c3e":"90e7e110","chunk-4e33e56d":"c5cb8910","chunk-512f55b8":"a39020a3","chunk-5156aa80":"409cbc6d","chunk-559aaf99":"5305050a","chunk-560d3383":"d4cbeeb2","chunk-565bf4d4":"6be57437","chunk-5dd6690d":"9b52b46e","chunk-601e69ac":"da482922","chunk-60e986a7":"d7bea936","chunk-62f16bd9":"c7ff6255","chunk-67e8215a":"775fed48","chunk-69bc3550":"c93528c7","chunk-6ec6a07e":"157362d5","chunk-6f2d3beb":"eb0ef3e2","chunk-709c8283":"cfc92232","chunk-7c961b3b":"8de8273e","chunk-7cb1a746":"674b8a6d","chunk-95cc3954":"5b8e479d","chunk-a92c8896":"95845bd1","chunk-f47c3556":"3cdd335d","chunk-f691c190":"bac5cc5d","chunk-fad42364":"2c7c7922","chunk-fd15c41e":"44ddca03","chunk-fde390e4":"75727841","chunk-fec4dd7e":"0d4aed80","chunk-ff4708ce":"ff918837"}[c]+".css",h=k.p+u,d=document.getElementsByTagName("link"),t=0;t<d.length;t++){var f=d[t],r=f.getAttribute("data-href")||f.getAttribute("href");if("stylesheet"===f.rel&&(r===u||r===h))return e()}var b=document.getElementsByTagName("style");for(t=0;t<b.length;t++){f=b[t],r=f.getAttribute("data-href");if(r===u||r===h)return e()}var o=document.createElement("link");o.rel="stylesheet",o.type="text/css",o.onload=e,o.onerror=function(e){var u=e&&e.target&&e.target.src||h,d=new Error("Loading CSS chunk "+c+" failed.\n("+u+")");d.code="CSS_CHUNK_LOAD_FAILED",d.request=u,delete a[c],o.parentNode.removeChild(o),n(d)},o.href=h;var i=document.getElementsByTagName("head")[0];i.appendChild(o)})).then((function(){a[c]=0})));var u=h[c];if(0!==u)if(u)e.push(u[2]);else{var d=new Promise((function(e,n){u=h[c]=[e,n]}));e.push(u[2]=d);var f,r=document.createElement("script");r.charset="utf-8",r.timeout=120,k.nc&&r.setAttribute("nonce",k.nc),r.src=t(c);var b=new Error;f=function(e){r.onerror=r.onload=null,clearTimeout(o);var n=h[c];if(0!==n){if(n){var u=e&&("load"===e.type?"missing":e.type),a=e&&e.target&&e.target.src;b.message="Loading chunk "+c+" failed.\n("+u+": "+a+")",b.name="ChunkLoadError",b.type=u,b.request=a,n[1](b)}h[c]=void 0}};var o=setTimeout((function(){f({type:"timeout",target:r})}),12e4);r.onerror=r.onload=f,document.head.appendChild(r)}return Promise.all(e)},k.m=c,k.c=u,k.d=function(c,e,n){k.o(c,e)||Object.defineProperty(c,e,{enumerable:!0,get:n})},k.r=function(c){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(c,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(c,"__esModule",{value:!0})},k.t=function(c,e){if(1&e&&(c=k(c)),8&e)return c;if(4&e&&"object"===typeof c&&c&&c.__esModule)return c;var n=Object.create(null);if(k.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:c}),2&e&&"string"!=typeof c)for(var u in c)k.d(n,u,function(e){return c[e]}.bind(null,u));return n},k.n=function(c){var e=c&&c.__esModule?function(){return c["default"]}:function(){return c};return k.d(e,"a",e),e},k.o=function(c,e){return Object.prototype.hasOwnProperty.call(c,e)},k.p="/",k.oe=function(c){throw console.error(c),c};var f=window["webpackJsonp"]=window["webpackJsonp"]||[],r=f.push.bind(f);f.push=e,f=f.slice();for(var b=0;b<f.length;b++)e(f[b]);var o=r;n()})([]);</script><script src=/static/js/chunk-elementUI.a110a801.js></script><script src=/static/js/chunk-libs.97766902.js></script><script src=/static/js/app.56e7bf6b.js></script></body></html>
\ No newline at end of file
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/favicon.ico><title>OpenSpace</title><link href=/static/css/app.be7ca50b.css rel=preload as=style><link href=/static/css/chunk-elementUI.5a799807.css rel=preload as=style><link href=/static/css/chunk-libs.05ad4911.css rel=preload as=style><link href=/static/js/app.d8df53a6.js rel=preload as=script><link href=/static/js/chunk-elementUI.a110a801.js rel=preload as=script><link href=/static/js/chunk-libs.97766902.js rel=preload as=script><link href=/static/css/chunk-elementUI.5a799807.css rel=stylesheet><link href=/static/css/chunk-libs.05ad4911.css rel=stylesheet><link href=/static/css/app.be7ca50b.css rel=stylesheet></head><body><noscript><strong>We're sorry but openspace doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script>(function(c){function e(e){for(var u,h,f=e[0],t=e[1],k=e[2],r=0,b=[];r<f.length;r++)h=f[r],Object.prototype.hasOwnProperty.call(a,h)&&a[h]&&b.push(a[h][0]),a[h]=0;for(u in t)Object.prototype.hasOwnProperty.call(t,u)&&(c[u]=t[u]);o&&o(e);while(b.length)b.shift()();return d.push.apply(d,k||[]),n()}function n(){for(var c,e=0;e<d.length;e++){for(var n=d[e],u=!0,h=1;h<n.length;h++){var f=n[h];0!==a[f]&&(u=!1)}u&&(d.splice(e--,1),c=t(t.s=n[0]))}return c}var u={},h={runtime:0},a={runtime:0},d=[];function f(c){return t.p+"static/js/"+({}[c]||c)+"."+{"chunk-054932d5":"5470aa84","chunk-08e28698":"8ac0f2e2","chunk-1145001c":"49e38375","chunk-11fe32de":"3ff2f41e","chunk-138e0aa7":"f65322f8","chunk-1981e1ee":"7d18b7f0","chunk-1aa608d8":"4632c262","chunk-1b01913e":"bbfb1228","chunk-21278eb8":"ea628b4a","chunk-24616215":"cb777b51","chunk-26c47e7b":"898a45b0","chunk-29d0bce6":"6ee9aad9","chunk-2cc81baf":"d3f89305","chunk-2d0a4b44":"b7c0287b","chunk-2d0ac449":"f1696462","chunk-2d0db4b3":"ad4683a6","chunk-2d2307fa":"c9f3b4b9","chunk-2d6e0964":"2b88b456","chunk-2fd7953b":"84ad52a7","chunk-377f5afe":"c8daa031","chunk-39599720":"e851f99f","chunk-3b1537bb":"50bad018","chunk-3d6c8f48":"cb81446a","chunk-40dac8e0":"a5f78cf1","chunk-4502633e":"28bb06e9","chunk-45b6562e":"dece0479","chunk-45c56c3e":"73ce10b1","chunk-4e33e56d":"196054bc","chunk-512f55b8":"982ded57","chunk-5156aa80":"5915c4db","chunk-559aaf99":"a433719d","chunk-560d3383":"a82df8d3","chunk-565bf4d4":"77d50a23","chunk-5cba82a4":"5c90611b","chunk-5dd6690d":"d87e350d","chunk-60e986a7":"2226c285","chunk-62f16bd9":"1d36b792","chunk-69bc3550":"d2b868e8","chunk-6ec6a07e":"1ddd1673","chunk-6f2d3beb":"ca912b5d","chunk-709c8283":"d5a3d07c","chunk-7c961b3b":"0551aa4e","chunk-7cb1a746":"547d79b4","chunk-95cc3954":"c709284f","chunk-a92c8896":"205c037d","chunk-c541f500":"5cbaccc6","chunk-e797fe16":"2827e8fd","chunk-f47c3556":"2ac8502c","chunk-f691c190":"9ef67460","chunk-fad42364":"95074ef8","chunk-fd15c41e":"fc5bb545","chunk-fde390e4":"c426419b","chunk-ff4708ce":"adb0f532"}[c]+".js"}function t(e){if(u[e])return u[e].exports;var n=u[e]={i:e,l:!1,exports:{}};return c[e].call(n.exports,n,n.exports,t),n.l=!0,n.exports}t.e=function(c){var e=[],n={"chunk-054932d5":1,"chunk-08e28698":1,"chunk-1145001c":1,"chunk-11fe32de":1,"chunk-138e0aa7":1,"chunk-1981e1ee":1,"chunk-1aa608d8":1,"chunk-1b01913e":1,"chunk-21278eb8":1,"chunk-24616215":1,"chunk-26c47e7b":1,"chunk-29d0bce6":1,"chunk-2cc81baf":1,"chunk-2d6e0964":1,"chunk-2fd7953b":1,"chunk-377f5afe":1,"chunk-39599720":1,"chunk-3b1537bb":1,"chunk-3d6c8f48":1,"chunk-40dac8e0":1,"chunk-4502633e":1,"chunk-45b6562e":1,"chunk-45c56c3e":1,"chunk-4e33e56d":1,"chunk-512f55b8":1,"chunk-5156aa80":1,"chunk-559aaf99":1,"chunk-560d3383":1,"chunk-565bf4d4":1,"chunk-5cba82a4":1,"chunk-5dd6690d":1,"chunk-60e986a7":1,"chunk-62f16bd9":1,"chunk-69bc3550":1,"chunk-6ec6a07e":1,"chunk-6f2d3beb":1,"chunk-709c8283":1,"chunk-7c961b3b":1,"chunk-7cb1a746":1,"chunk-95cc3954":1,"chunk-a92c8896":1,"chunk-c541f500":1,"chunk-e797fe16":1,"chunk-f47c3556":1,"chunk-f691c190":1,"chunk-fad42364":1,"chunk-fd15c41e":1,"chunk-fde390e4":1,"chunk-ff4708ce":1};h[c]?e.push(h[c]):0!==h[c]&&n[c]&&e.push(h[c]=new Promise((function(e,n){for(var u="static/css/"+({}[c]||c)+"."+{"chunk-054932d5":"4ac1c0b1","chunk-08e28698":"013293d4","chunk-1145001c":"993c4a98","chunk-11fe32de":"0b0b0fd4","chunk-138e0aa7":"134ee1fa","chunk-1981e1ee":"f2a786df","chunk-1aa608d8":"1f0bd404","chunk-1b01913e":"82bce550","chunk-21278eb8":"60f5cd6b","chunk-24616215":"0fec143f","chunk-26c47e7b":"256daed4","chunk-29d0bce6":"b9d4af67","chunk-2cc81baf":"453737b8","chunk-2d0a4b44":"31d6cfe0","chunk-2d0ac449":"31d6cfe0","chunk-2d0db4b3":"31d6cfe0","chunk-2d2307fa":"31d6cfe0","chunk-2d6e0964":"23b772a5","chunk-2fd7953b":"d8422b22","chunk-377f5afe":"9e610b33","chunk-39599720":"6850cb6c","chunk-3b1537bb":"7df7c752","chunk-3d6c8f48":"100e42ea","chunk-40dac8e0":"823e02d9","chunk-4502633e":"6645dc37","chunk-45b6562e":"70f18d14","chunk-45c56c3e":"90e7e110","chunk-4e33e56d":"c5cb8910","chunk-512f55b8":"a39020a3","chunk-5156aa80":"409cbc6d","chunk-559aaf99":"5305050a","chunk-560d3383":"d4cbeeb2","chunk-565bf4d4":"6be57437","chunk-5cba82a4":"38f07c7f","chunk-5dd6690d":"9b52b46e","chunk-60e986a7":"d7bea936","chunk-62f16bd9":"c7ff6255","chunk-69bc3550":"c93528c7","chunk-6ec6a07e":"157362d5","chunk-6f2d3beb":"eb0ef3e2","chunk-709c8283":"cfc92232","chunk-7c961b3b":"8de8273e","chunk-7cb1a746":"674b8a6d","chunk-95cc3954":"5b8e479d","chunk-a92c8896":"95845bd1","chunk-c541f500":"bdcb0814","chunk-e797fe16":"7151558c","chunk-f47c3556":"3cdd335d","chunk-f691c190":"bac5cc5d","chunk-fad42364":"2c7c7922","chunk-fd15c41e":"44ddca03","chunk-fde390e4":"75727841","chunk-ff4708ce":"ff918837"}[c]+".css",a=t.p+u,d=document.getElementsByTagName("link"),f=0;f<d.length;f++){var k=d[f],r=k.getAttribute("data-href")||k.getAttribute("href");if("stylesheet"===k.rel&&(r===u||r===a))return e()}var b=document.getElementsByTagName("style");for(f=0;f<b.length;f++){k=b[f],r=k.getAttribute("data-href");if(r===u||r===a)return e()}var o=document.createElement("link");o.rel="stylesheet",o.type="text/css",o.onload=e,o.onerror=function(e){var u=e&&e.target&&e.target.src||a,d=new Error("Loading CSS chunk "+c+" failed.\n("+u+")");d.code="CSS_CHUNK_LOAD_FAILED",d.request=u,delete h[c],o.parentNode.removeChild(o),n(d)},o.href=a;var i=document.getElementsByTagName("head")[0];i.appendChild(o)})).then((function(){h[c]=0})));var u=a[c];if(0!==u)if(u)e.push(u[2]);else{var d=new Promise((function(e,n){u=a[c]=[e,n]}));e.push(u[2]=d);var k,r=document.createElement("script");r.charset="utf-8",r.timeout=120,t.nc&&r.setAttribute("nonce",t.nc),r.src=f(c);var b=new Error;k=function(e){r.onerror=r.onload=null,clearTimeout(o);var n=a[c];if(0!==n){if(n){var u=e&&("load"===e.type?"missing":e.type),h=e&&e.target&&e.target.src;b.message="Loading chunk "+c+" failed.\n("+u+": "+h+")",b.name="ChunkLoadError",b.type=u,b.request=h,n[1](b)}a[c]=void 0}};var o=setTimeout((function(){k({type:"timeout",target:r})}),12e4);r.onerror=r.onload=k,document.head.appendChild(r)}return Promise.all(e)},t.m=c,t.c=u,t.d=function(c,e,n){t.o(c,e)||Object.defineProperty(c,e,{enumerable:!0,get:n})},t.r=function(c){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(c,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(c,"__esModule",{value:!0})},t.t=function(c,e){if(1&e&&(c=t(c)),8&e)return c;if(4&e&&"object"===typeof c&&c&&c.__esModule)return c;var n=Object.create(null);if(t.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:c}),2&e&&"string"!=typeof c)for(var u in c)t.d(n,u,function(e){return c[e]}.bind(null,u));return n},t.n=function(c){var e=c&&c.__esModule?function(){return c["default"]}:function(){return c};return t.d(e,"a",e),e},t.o=function(c,e){return Object.prototype.hasOwnProperty.call(c,e)},t.p="/",t.oe=function(c){throw console.error(c),c};var k=window["webpackJsonp"]=window["webpackJsonp"]||[],r=k.push.bind(k);k.push=e,k=k.slice();for(var b=0;b<k.length;b++)e(k[b]);var o=r;n()})([]);</script><script src=/static/js/chunk-elementUI.a110a801.js></script><script src=/static/js/chunk-libs.97766902.js></script><script src=/static/js/app.d8df53a6.js></script></body></html>
\ No newline at end of file
.dashboard-container[data-v-3da393dc]{margin:10px 30px}.dashboard-text[data-v-3da393dc]{font-size:30px;line-height:46px}.dashboard .table-fix[data-v-3da393dc]{height:calc(100% - 100px)}.name-class[data-v-3da393dc]{cursor:pointer}.name-class[data-v-3da393dc]:hover{color:#409eff}.scrollbar-wrapper[data-v-3da393dc]{overflow-x:hidden!important}.el-scrollbar__bar.is-vertical[data-v-3da393dc]{right:0}.el-scrollbar[data-v-3da393dc]{height:100%}.running-class[data-v-3da393dc]{color:#67c23a}.terminate-class[data-v-3da393dc]{color:#909399}.waiting-class[data-v-3da393dc]{color:#e6a23c}.el-dialog__body{padding-top:5px;padding-bottom:5px}.replicaDialog .el-form-item{margin-bottom:10px}.replicaDialog .el-dialog--center .el-dialog__body{padding:5px 25px}
\ No newline at end of file
.dashboard-container[data-v-20c6331c]{margin:10px 30px}.dashboard-text[data-v-20c6331c]{font-size:30px;line-height:46px}.dashboard .table-fix[data-v-20c6331c]{height:calc(100% - 100px)}.name-class[data-v-20c6331c]{cursor:pointer}.name-class[data-v-20c6331c]:hover{color:#409eff}.download[data-v-20c6331c]{position:relative}.download .download-right[data-v-20c6331c]{position:absolute;right:70px;top:0;background:#fff;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border:1px solid #ebeef5}.download .download-right .download-item[data-v-20c6331c]{display:inline-block;margin-right:-8px;white-space:nowrap;width:auto;padding:0 12px;cursor:pointer;color:#606266}.download .download-right .download-item .item-txt[data-v-20c6331c]{flex:1;display:flex;align-items:center;font-size:14px}.download .download-right .download-item[data-v-20c6331c]:hover{color:#66b1ff}.msgClass[data-v-20c6331c]{margin:8px 10px 15px 10px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-table__expanded-cell[class*=cell]{padding-top:5px}.table-expand{font-size:0}.table-expand label{width:90px;color:#99a9bf;font-weight:400}.table-expand .el-form-item{margin-right:0;margin-bottom:0;width:100%}.pod-item{margin:20px 5px 30px 5px;padding:10px 20px;font-size:0;box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.pod-item label{color:#99a9bf;font-weight:400}.pod-item .el-form-item{margin-right:0;margin-bottom:0;width:100%}.pod-item span,.title-class{color:#606266}.title-class{margin-left:5px;font-size:13px}.podCollapse .el-collapse-item__content{padding:0 10px 15px}.el-dialog__body{padding-top:5px}.msgClass .el-table:before{height:0}
\ No newline at end of file
.dashboard-container[data-v-cc1329d8]{margin:10px 30px}.dashboard-text[data-v-cc1329d8]{font-size:30px;line-height:46px}.dashboard .table-fix[data-v-cc1329d8]{height:calc(100% - 100px)}.name-class[data-v-cc1329d8]{cursor:pointer}.name-class[data-v-cc1329d8]:hover{color:#409eff}.download[data-v-cc1329d8]{position:relative}.download .download-right[data-v-cc1329d8]{position:absolute;right:70px;top:0;background:#fff;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border:1px solid #ebeef5}.download .download-right .download-item[data-v-cc1329d8]{display:inline-block;margin-right:-8px;white-space:nowrap;width:auto;padding:0 12px;cursor:pointer;color:#606266}.download .download-right .download-item .item-txt[data-v-cc1329d8]{flex:1;display:flex;align-items:center;font-size:14px}.download .download-right .download-item[data-v-cc1329d8]:hover{color:#66b1ff}.msgClass[data-v-cc1329d8]{margin:8px 10px 15px 10px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-table__expanded-cell[class*=cell]{padding-top:5px}.table-expand{font-size:0}.table-expand label{width:90px;color:#99a9bf;font-weight:400}.table-expand .el-form-item{margin-right:0;margin-bottom:0;width:100%}.pod-item{margin:20px 5px 30px 5px;padding:10px 20px;font-size:0;box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.pod-item label{color:#99a9bf;font-weight:400}.pod-item .el-form-item{margin-right:0;margin-bottom:0;width:100%}.pod-item span,.title-class{color:#606266}.title-class{margin-left:5px;font-size:13px}.podCollapse .el-collapse-item__content{padding:0 10px 15px}.el-dialog__body{padding-top:5px}.msgClass .el-table:before{height:0}
\ No newline at end of file
.dashboard-container[data-v-102a194e]{margin:10px 30px}.dashboard-text[data-v-102a194e]{font-size:30px;line-height:46px}.dashboard .table-fix[data-v-102a194e]{height:calc(100% - 100px)}.name-class[data-v-102a194e]{cursor:pointer}.name-class[data-v-102a194e]:hover{color:#409eff}.scrollbar-wrapper[data-v-102a194e]{overflow-x:hidden!important}.el-scrollbar__bar.is-vertical[data-v-102a194e]{right:0}.el-scrollbar[data-v-102a194e]{height:100%}.running-class[data-v-102a194e]{color:#67c23a}.terminate-class[data-v-102a194e]{color:#909399}.waiting-class[data-v-102a194e]{color:#e6a23c}.el-dialog__body{padding-top:5px;padding-bottom:5px}.replicaDialog .el-form-item{margin-bottom:10px}.replicaDialog .el-dialog--center .el-dialog__body{padding:5px 25px}
\ No newline at end of file
.dashboard-container[data-v-031d7a36]{margin:10px 30px}.dashboard-text[data-v-031d7a36]{font-size:30px;line-height:46px}.dashboard .table-fix[data-v-031d7a36]{height:calc(100% - 100px)}.name-class[data-v-031d7a36]{cursor:pointer}.name-class[data-v-031d7a36]:hover{color:#409eff}.scrollbar-wrapper[data-v-031d7a36]{overflow-x:hidden!important}.el-scrollbar__bar.is-vertical[data-v-031d7a36]{right:0}.el-scrollbar[data-v-031d7a36]{height:100%}.running-class[data-v-031d7a36]{color:#67c23a}.terminate-class[data-v-031d7a36]{color:#909399}.waiting-class[data-v-031d7a36]{color:#e6a23c}.el-dialog__body{padding-top:5px;padding-bottom:5px}.replicaDialog .el-form-item{margin-bottom:10px}.replicaDialog .el-dialog--center .el-dialog__body{padding:5px 25px}
\ No newline at end of file
.dashboard-container[data-v-dd81ebcc]{margin:10px 30px}.dashboard-text[data-v-dd81ebcc]{font-size:30px;line-height:46px}.dashboard .table-fix[data-v-dd81ebcc]{height:calc(100% - 100px)}.name-class[data-v-dd81ebcc]{cursor:pointer}.name-class[data-v-dd81ebcc]:hover{color:#409eff}.scrollbar-wrapper[data-v-dd81ebcc]{overflow-x:hidden!important}.el-scrollbar__bar.is-vertical[data-v-dd81ebcc]{right:0}.el-scrollbar[data-v-dd81ebcc]{height:100%}.running-class[data-v-dd81ebcc]{color:#67c23a}.terminate-class[data-v-dd81ebcc]{color:#909399}.waiting-class[data-v-dd81ebcc]{color:#e6a23c}.el-dialog__body{padding-top:5px;padding-bottom:5px}.replicaDialog .el-form-item{margin-bottom:10px}.replicaDialog .el-dialog--center .el-dialog__body{padding:5px 25px}
\ No newline at end of file
.dashboard-container[data-v-218c9f2f]{margin:10px 30px}.dashboard-text[data-v-218c9f2f]{font-size:30px;line-height:46px}.dashboard .table-fix[data-v-218c9f2f]{height:calc(100% - 100px)}.name-class[data-v-218c9f2f]{cursor:pointer}.name-class[data-v-218c9f2f]:hover{color:#409eff}.scrollbar-wrapper[data-v-218c9f2f]{overflow-x:hidden!important}.el-scrollbar__bar.is-vertical[data-v-218c9f2f]{right:0}.el-scrollbar[data-v-218c9f2f]{height:100%}.running-class[data-v-218c9f2f]{color:#67c23a}.terminate-class[data-v-218c9f2f]{color:#909399}.waiting-class[data-v-218c9f2f]{color:#e6a23c}.el-dialog__body{padding-top:5px;padding-bottom:5px}.replicaDialog .el-form-item{margin-bottom:10px}.replicaDialog .el-dialog--center .el-dialog__body{padding:5px 25px}
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment