Skip to content

Commit

Permalink
refactor(client): temporarily hide button to view the message queue list
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinplemelon authored and ysfscream committed Mar 11, 2024
1 parent ed2c6e8 commit 1dbe27e
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 @@ -108,7 +108,7 @@
>
<div>
<span>{{ getSessionInfoItem(item) }}</span>
<el-button
<!-- <el-button
v-if="withMsgList(item)"
class="btn-view-msg"
type="primary"
Expand All @@ -117,7 +117,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 1dbe27e

Please sign in to comment.