mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
update node version
This commit is contained in:
parent
7008c14a2a
commit
1a82560fb6
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [16.x, 18.x, 20.x]
|
node-version: [18.x, 20.x, 22.x]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
|
@ -99,16 +99,16 @@ limitations under the License. -->
|
|||||||
<Settings @update="updateSettings" @updateNodes="freshNodes" />
|
<Settings @update="updateSettings" @updateNodes="freshNodes" />
|
||||||
</div>
|
</div>
|
||||||
<div class="tool flex-h">
|
<div class="tool flex-h">
|
||||||
<span v-show="graphConfig.showDepth">
|
<div class="flex-h" v-show="graphConfig.showDepth">
|
||||||
<span class="label">{{ t("currentDepth") }}</span>
|
<span class="label">{{ t("currentDepth") }}</span>
|
||||||
<Selector class="inputs" :value="depth" :options="DepthList" @change="changeDepth" />
|
<Selector class="inputs" :value="depth" :options="DepthList" @change="changeDepth" />
|
||||||
</span>
|
</div>
|
||||||
<span class="switch-icon ml-5" title="Settings" @click="setConfig" v-if="dashboardStore.editMode">
|
<div class="switch-icon ml-5" title="Settings" @click="setConfig" v-if="dashboardStore.editMode">
|
||||||
<Icon size="middle" iconName="settings" />
|
<Icon size="middle" iconName="settings" />
|
||||||
</span>
|
</div>
|
||||||
<span class="switch-icon ml-5" title="Back to overview topology" @click="backToTopology">
|
<div class="switch-icon ml-5" title="Back to overview topology" @click="backToTopology">
|
||||||
<Icon size="middle" iconName="keyboard_backspace" />
|
<Icon size="middle" iconName="keyboard_backspace" />
|
||||||
</span>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="operations-list"
|
class="operations-list"
|
||||||
@ -674,8 +674,8 @@ limitations under the License. -->
|
|||||||
|
|
||||||
.label {
|
.label {
|
||||||
color: var(--sw-topology-color);
|
color: var(--sw-topology-color);
|
||||||
display: inline-block;
|
line-height: 32px;
|
||||||
margin-right: 5px;
|
width: 120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.operations-list {
|
.operations-list {
|
||||||
@ -713,8 +713,8 @@ limitations under the License. -->
|
|||||||
background: var(--sw-topology-switch-icon);
|
background: var(--sw-topology-switch-icon);
|
||||||
color: $text-color;
|
color: $text-color;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 2px 4px;
|
padding: 5px 4px;
|
||||||
border-radius: 3px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topo-line {
|
.topo-line {
|
||||||
|
Loading…
Reference in New Issue
Block a user