web: fix linting
This commit is contained in:
		@ -65,14 +65,14 @@ export class OutpostListPage extends TablePage<Outpost> {
 | 
			
		||||
            </ak-modal-button>
 | 
			
		||||
            <ak-modal-button>
 | 
			
		||||
                <button slot="trigger" class="pf-c-button pf-m-tertiary">
 | 
			
		||||
                    ${gettext('View Deployment Info')}
 | 
			
		||||
                    ${gettext("View Deployment Info")}
 | 
			
		||||
                </button>
 | 
			
		||||
                <div slot="modal">
 | 
			
		||||
                    <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 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">
 | 
			
		||||
                            <div class="pf-c-form__group">
 | 
			
		||||
                                <label class="pf-c-form__label" for="help-text-simple-form-name">
 | 
			
		||||
@ -86,11 +86,11 @@ export class OutpostListPage extends TablePage<Outpost> {
 | 
			
		||||
                                </label>
 | 
			
		||||
                                <div>
 | 
			
		||||
                                    <ak-token-copy-button identifier="${item.token_identifier}">
 | 
			
		||||
                                        ${gettext('Click to copy token')}
 | 
			
		||||
                                        ${gettext("Click to copy token")}
 | 
			
		||||
                                    </ak-token-copy-button>
 | 
			
		||||
                                </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">
 | 
			
		||||
                                <label class="pf-c-form__label" for="help-text-simple-form-name">
 | 
			
		||||
                                    <span class="pf-c-form__label-text">AUTHENTIK_INSECURE</span>
 | 
			
		||||
@ -100,7 +100,7 @@ export class OutpostListPage extends TablePage<Outpost> {
 | 
			
		||||
                        </form>
 | 
			
		||||
                    </div>
 | 
			
		||||
                    <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>
 | 
			
		||||
                </div>
 | 
			
		||||
            </ak-modal-button>`,
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user