mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2026-05-27 17:59:09 +00:00
updated alignment of tools
This commit is contained in:
@@ -27,8 +27,7 @@ limitations under the License. -->
|
||||
v-if="!selectedSelector.length || selectedSelector === '$service'"
|
||||
@click="setSelectedSelector('$service')"
|
||||
class="tool-btn"
|
||||
type="secondary"
|
||||
size="xs"
|
||||
size="small"
|
||||
>
|
||||
<Icon size="sm" iconName="playlist_add" />
|
||||
</el-button>
|
||||
@@ -67,7 +66,6 @@ limitations under the License. -->
|
||||
style="margin-left: 4px"
|
||||
@click="setSelectedSelector('$endpoint')"
|
||||
class="tool-btn"
|
||||
type="secondary"
|
||||
>
|
||||
<Icon size="sm" iconName="view" />
|
||||
</el-button>
|
||||
|
||||
@@ -295,6 +295,7 @@ async function queryTraces() {
|
||||
}
|
||||
}
|
||||
function changeField(type: string, opt: any) {
|
||||
activeFilter
|
||||
state[type] = opt[0];
|
||||
if (type === "service") {
|
||||
getEndpoints(state.service.id);
|
||||
|
||||
Reference in New Issue
Block a user