The oidc client signing algorithm is not really so important to show it toplevel

This commit is contained in:
Johannes Zellner
2023-10-06 15:32:40 +02:00
parent 5e7bc78d35
commit ed71f9ac68

View File

@@ -504,8 +504,7 @@
<table class="table table-hover">
<thead>
<tr>
<th style="width: 40%">{{ 'oidc.client.name' | tr }}</th>
<th style="width: 40%">{{ 'oidc.client.signingAlgorithm' | tr }}</th>
<th style="width: 80%">{{ 'oidc.client.name' | tr }}</th>
<th style="width: 20%" class="text-right">{{ 'main.actions' | tr }}</th>
</tr>
</thead>
@@ -517,9 +516,6 @@
<td class="text-left elide-table-cell hand" ng-click="clientEdit.show(client)">
{{ client.name }}
</td>
<td class="text-left elide-table-cell hand" ng-click="clientEdit.show(client)">
{{ client.tokenSignatureAlgorithm }}
</td>
<td class="text-right no-wrap" style="vertical-align: bottom">
<button class="btn btn-xs btn-danger" ng-click="deleteClient.show(client)" uib-tooltip="Delete"><i class="far fa-trash-alt"></i></button>
<button class="btn btn-xs btn-default" ng-click="clientEdit.show(client)" uib-tooltip="Edit"><i class="fa fa-pencil-alt"></i></button>