File tree Expand file tree Collapse file tree 2 files changed +1
-22
lines changed
Expand file tree Collapse file tree 2 files changed +1
-22
lines changed Original file line number Diff line number Diff line change 105105 min-height : 300px ;
106106}
107107
108- .code-editor__information {
109- font-size : 12px ;
110- font-weight : 400 ;
111- line-height : 1.33 ;
112- letter-spacing : normal ;
113- color : var (--N900 );
114- height : auto ;
115- padding : 8px 16px ;
116- border-bottom : 1px solid #d6dbdf ;
117- background-color : var (--B100 );
118- }
119-
120108.code-editor__information-info-icon {
121109 width : 16px ;
122110 height : 16px ;
140128 background : url (' ../../Assets/Icon/ic-compare.svg' );
141129}
142130
143- .code-editor__error {
144- background-color : #fde7e7 ;
145- color : #862020 ;
146- font-size : 12px ;
147- font-weight : 400 ;
148- line-height : 1.33 ;
149- padding : 8px 16px ;
150- border-bottom : 1px solid #d6dbdf ;
151- }
152-
153131.monaco-editor-hover {
154132 margin-left : 40px ;
155133}
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ interface ResourceListPayloadK8sRequestType {
5353
5454export interface K8sResourceListPayloadType {
5555 clusterId : number
56+ filter ?: string
5657 k8sRequest : ResourceListPayloadK8sRequestType
5758}
5859
You can’t perform that action at this time.
0 commit comments