diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 4f7f664d..d9bfe635 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x, 22.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} diff --git a/src/views/dashboard/related/topology/service/ServiceMap.vue b/src/views/dashboard/related/topology/service/ServiceMap.vue index 79a34bfc..cf3b1707 100644 --- a/src/views/dashboard/related/topology/service/ServiceMap.vue +++ b/src/views/dashboard/related/topology/service/ServiceMap.vue @@ -99,16 +99,16 @@ limitations under the License. -->
- +
{{ t("currentDepth") }} - - +
+
- - +
+
- +
.label { color: var(--sw-topology-color); - display: inline-block; - margin-right: 5px; + line-height: 32px; + width: 120px; } .operations-list { @@ -713,8 +713,8 @@ limitations under the License. --> background: var(--sw-topology-switch-icon); color: $text-color; display: inline-block; - padding: 2px 4px; - border-radius: 3px; + padding: 5px 4px; + border-radius: 2px; } .topo-line {