mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-06-29 04:46:20 +00:00
fix: update style
This commit is contained in:
parent
7ee7162165
commit
b87c4c1cc9
@ -20,7 +20,6 @@ limitations under the License. -->
|
||||
<Selector
|
||||
v-model="states.currentService"
|
||||
:options="selectorStore.services"
|
||||
:disabled="states.disableService"
|
||||
size="mini"
|
||||
placeholder="Select a service"
|
||||
@change="changeService"
|
||||
@ -104,14 +103,12 @@ const states = reactive<{
|
||||
key: number;
|
||||
currentService: string;
|
||||
currentPod: string;
|
||||
disableService: boolean;
|
||||
}>({
|
||||
destService: "",
|
||||
destPod: "",
|
||||
key: (type && type.key) || 0,
|
||||
currentService: "",
|
||||
currentPod: "",
|
||||
disableService: false,
|
||||
});
|
||||
|
||||
dashboardStore.setLayer(String(params.layerId));
|
||||
@ -133,7 +130,6 @@ async function setSelector() {
|
||||
)[0];
|
||||
selectorStore.setCurrentPod(currentPod);
|
||||
states.currentPod = currentPod.label;
|
||||
states.disableService = true;
|
||||
return;
|
||||
}
|
||||
// entity=Service with serviceId
|
||||
|
Loading…
Reference in New Issue
Block a user