Skip to content

Commit ce258eb

Browse files
authored
fix(i18n): ensure CLI section loads properly by adding active class (#631)
* fix(i18n): ensure CLI section loads properly by adding active class * chore: add changeset * Delete .changeset/wicked-ghosts-run.md
1 parent 36dc1fc commit ce258eb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

workspaces/i18n/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ <h1>NodeSecure - i18n</h1>
4747
<button id="table-warnings-tab" class="table__tabs-item" type="button" role="tab" aria-controls="table-warnings" aria-selected="false">WARNINGS</button>
4848
<button id="table-sast-warnings-tab" class="table__tabs-item" type="button" role="tab" aria-controls="table-sast-warnings" aria-selected="false">SAST_WARNINGS</button>
4949
</nav>
50-
<table id="table-cli" class="table" role="tabpanel" aria-labelledby="table-cli-tab">
50+
<table id="table-cli" class="table active" role="tabpanel" aria-labelledby="table-cli-tab">
5151
<thead>
5252
<tr>
5353
<th>Key</th>
5454
<th>Value</th>
5555
</tr>
5656
</thead>
57-
<tbody class="en">
57+
<tbody class="en active">
5858

5959
<tr>
6060
<td>executing_at</td>

workspaces/i18n/views/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ <h1>NodeSecure - i18n</h1>
4747
<button id="table-warnings-tab" class="table__tabs-item" type="button" role="tab" aria-controls="table-warnings" aria-selected="false">WARNINGS</button>
4848
<button id="table-sast-warnings-tab" class="table__tabs-item" type="button" role="tab" aria-controls="table-sast-warnings" aria-selected="false">SAST_WARNINGS</button>
4949
</nav>
50-
<table id="table-cli" class="table" role="tabpanel" aria-labelledby="table-cli-tab">
50+
<table id="table-cli" class="table active" role="tabpanel" aria-labelledby="table-cli-tab">
5151
<thead>
5252
<tr>
5353
<th>Key</th>
5454
<th>Value</th>
5555
</tr>
5656
</thead>
57-
<tbody class="en">
57+
<tbody class="en active">
5858
[[ for (props in z.template('cli', 'english')) { ]]
5959
<tr>
6060
<td>[[-z.printKey(props)]]</td>

0 commit comments

Comments
 (0)