Skip to content

Commit 1f1af9c

Browse files
committed
Remove k8s_sat
Signed-off-by: Alan Cha <[email protected]>
1 parent ae0e48e commit 1f1af9c

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

frontend/src/components/entry-create.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -313,11 +313,6 @@ class CreateEntry extends Component<CreateEntryProp, CreateEntryState> {
313313
selectorsList: this.props.globalSelectorInfo["gcp_iit"]
314314
});
315315
}
316-
else if (serverNodeAtt === "k8s_sat") {
317-
this.setState({
318-
selectorsList: this.props.globalSelectorInfo["k8s_sat"]
319-
});
320-
}
321316
else if (serverNodeAtt === "k8s_psat") {
322317
this.setState({
323318
selectorsList: this.props.globalSelectorInfo["k8s_psat"]

frontend/src/data/data.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,6 @@ const selectors =
4343
"label": "gcp_iit:metadata"
4444
}
4545
],
46-
"k8s_sat": [
47-
{
48-
"label": "k8s_sat:cluster"
49-
},
50-
{
51-
"label": "k8s_sat:agent_ns"
52-
},
53-
{
54-
"label": "k8s_sat:agent_sa"
55-
}
56-
],
5746
"k8s_psat": [
5847
{
5948
"label": "k8s_psat:cluster"

0 commit comments

Comments
 (0)