Skip to content

Commit

Permalink
Merge pull request #2491 from emqx/dev/1.7.1
Browse files Browse the repository at this point in the history
Sync code from refs/heads/dev/1.7.1 to enterprise
  • Loading branch information
ysfscream authored Mar 12, 2024
2 parents 2f041b7 + 1dbe27e commit fa154c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Clients/ClientDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
>
<div>
<span>{{ getSessionInfoItem(item) }}</span>
<el-button
<!-- <el-button
v-if="withMsgList(item)"
class="btn-view-msg"
type="primary"
Expand All @@ -118,7 +118,7 @@
@click="viewMsgList(item as 'mqueue' | 'inflight')"
>
{{ tl('viewMsg') }}
</el-button>
</el-button> -->
</div>
</el-descriptions-item>
</el-descriptions>
Expand Down

0 comments on commit fa154c9

Please sign in to comment.