|
|
@ -30,7 +30,7 @@ |
|
|
<div class="col col-auto"> |
|
|
<div class="col col-auto"> |
|
|
<button class="btn btn-secondary" (click)="createToken(client)">Create Token</button> |
|
|
<button class="btn btn-secondary" (click)="createToken(client)">Create Token</button> |
|
|
</div> |
|
|
</div> |
|
|
<div class="col col-auto cell-options"> |
|
|
<div class="col col-auto cell-actions"> |
|
|
<button type="button" class="btn btn-link btn-danger" |
|
|
<button type="button" class="btn btn-link btn-danger" |
|
|
(sqxConfirmClick)="revoking.emit()" |
|
|
(sqxConfirmClick)="revoking.emit()" |
|
|
confirmTitle="Revoke client" |
|
|
confirmTitle="Revoke client" |
|
|
@ -46,7 +46,7 @@ |
|
|
<div class="col"> |
|
|
<div class="col"> |
|
|
<input readonly class="form-control" value="{{ctx.appName}}:{{client.id}}" #inputName /> |
|
|
<input readonly class="form-control" value="{{ctx.appName}}:{{client.id}}" #inputName /> |
|
|
</div> |
|
|
</div> |
|
|
<div class="col col-auto cell-options"> |
|
|
<div class="col col-auto cell-actions"> |
|
|
<button type="button" class="btn btn-primary btn-link" [sqxCopy]="inputName"> |
|
|
<button type="button" class="btn btn-primary btn-link" [sqxCopy]="inputName"> |
|
|
<i class="icon-copy"></i> |
|
|
<i class="icon-copy"></i> |
|
|
</button> |
|
|
</button> |
|
|
@ -59,7 +59,7 @@ |
|
|
<div class="col"> |
|
|
<div class="col"> |
|
|
<input readonly class="form-control" [attr.value]="client.secret" #inputSecret /> |
|
|
<input readonly class="form-control" [attr.value]="client.secret" #inputSecret /> |
|
|
</div> |
|
|
</div> |
|
|
<div class="col col-auto cell-options"> |
|
|
<div class="col col-auto cell-actions"> |
|
|
<button type="button" class="btn btn-primary btn-link" [sqxCopy]="inputSecret"> |
|
|
<button type="button" class="btn btn-primary btn-link" [sqxCopy]="inputSecret"> |
|
|
<i class="icon-copy"></i> |
|
|
<i class="icon-copy"></i> |
|
|
</button> |
|
|
</button> |
|
|
@ -72,7 +72,7 @@ |
|
|
<div class="col"> |
|
|
<div class="col"> |
|
|
<input readonly class="form-control" value="{{ctx.appName}}:{{client.id}}" #inputName /> |
|
|
<input readonly class="form-control" value="{{ctx.appName}}:{{client.id}}" #inputName /> |
|
|
</div> |
|
|
</div> |
|
|
<div class="col col-auto cell-options"> |
|
|
<div class="col col-auto cell-actions"> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|