KEYCLOAK-103: Add Base URL information to application table. In case it's not defined, a 'Not defined' text is shown in muted class.
This commit is contained in:
parent
39a3e14004
commit
b996ad301f
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
<tr ng-repeat="app in applications">
|
||||
<td><a href="#/realms/{{realm.id}}/applications/{{app.id}}">{{app.name}}</a></td>
|
||||
<td>{{app.enabled}}</td>
|
||||
<td></td>
|
||||
<td ng-class="{'text-muted': !app.baseUrl}">{{app.baseUrl || "Not defined"}}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue