mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-10 13:23:28 +00:00
Merge pull request #3392 from jumpserver/api_key_table
[Update] 修改api_key_table显示不友好问题
This commit is contained in:
commit
4e1e60046a
@ -21,7 +21,7 @@
|
||||
<div class="uc pull-left m-r-0 m-t-10">
|
||||
<button class="btn btn-primary btn-sm" id="create-btn" href="#"> {% trans "Create" %} </button>
|
||||
</div>
|
||||
<table class="table table-striped table-bordered table-hover " id="access_key_list_table">
|
||||
<table class="table table-striped table-bordered table-hover " id="access_key_list_table" style="width: 100%">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="text-center">
|
||||
|
Loading…
Reference in New Issue
Block a user