web: fix linting

This commit is contained in:
Jens Langhammer 2021-02-08 19:42:49 +01:00
parent 43bab840ec
commit b64ecbde22
1 changed files with 6 additions and 6 deletions

View File

@ -65,14 +65,14 @@ export class OutpostListPage extends TablePage<Outpost> {
</ak-modal-button> </ak-modal-button>
<ak-modal-button> <ak-modal-button>
<button slot="trigger" class="pf-c-button pf-m-tertiary"> <button slot="trigger" class="pf-c-button pf-m-tertiary">
${gettext('View Deployment Info')} ${gettext("View Deployment Info")}
</button> </button>
<div slot="modal"> <div slot="modal">
<div class="pf-c-modal-box__header"> <div class="pf-c-modal-box__header">
<h1 class="pf-c-title pf-m-2xl" id="modal-title">${gettext('Outpost Deployment Info')}</h1> <h1 class="pf-c-title pf-m-2xl" id="modal-title">${gettext("Outpost Deployment Info")}</h1>
</div> </div>
<div class="pf-c-modal-box__body" id="modal-description"> <div class="pf-c-modal-box__body" id="modal-description">
<p><a href="https://goauthentik.io/docs/outposts/outposts/#deploy">${gettext('View deployment documentation')}</a></p> <p><a href="https://goauthentik.io/docs/outposts/outposts/#deploy">${gettext("View deployment documentation")}</a></p>
<form class="pf-c-form"> <form class="pf-c-form">
<div class="pf-c-form__group"> <div class="pf-c-form__group">
<label class="pf-c-form__label" for="help-text-simple-form-name"> <label class="pf-c-form__label" for="help-text-simple-form-name">
@ -86,11 +86,11 @@ export class OutpostListPage extends TablePage<Outpost> {
</label> </label>
<div> <div>
<ak-token-copy-button identifier="${item.token_identifier}"> <ak-token-copy-button identifier="${item.token_identifier}">
${gettext('Click to copy token')} ${gettext("Click to copy token")}
</ak-token-copy-button> </ak-token-copy-button>
</div> </div>
</div> </div>
<h3>${gettext('If your authentik Instance is using a self-signed certificate, set this value.')}</h3> <h3>${gettext("If your authentik Instance is using a self-signed certificate, set this value.")}</h3>
<div class="pf-c-form__group"> <div class="pf-c-form__group">
<label class="pf-c-form__label" for="help-text-simple-form-name"> <label class="pf-c-form__label" for="help-text-simple-form-name">
<span class="pf-c-form__label-text">AUTHENTIK_INSECURE</span> <span class="pf-c-form__label-text">AUTHENTIK_INSECURE</span>
@ -100,7 +100,7 @@ export class OutpostListPage extends TablePage<Outpost> {
</form> </form>
</div> </div>
<footer class="pf-c-modal-box__footer pf-m-align-left"> <footer class="pf-c-modal-box__footer pf-m-align-left">
<a class="pf-c-button pf-m-primary">${gettext('Close')}</a> <a class="pf-c-button pf-m-primary">${gettext("Close")}</a>
</footer> </footer>
</div> </div>
</ak-modal-button>`, </ak-modal-button>`,