Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • Issue/2289-changeWording
  • dev protected
  • Issue/2215-releaseNewsBeGone
  • czepiel-devops
  • Issue/2072-wormResourceType
  • Issue/1799-APCreationOptionOnResourceCreation
  • Issue/1992-changeBannerText
  • Issue/1913-ModificationsResourceMetadata
  • Issues/1951-RenameAllocatedToReserved
  • Issues/1951-RenameQuotaAdminPage
  • Issue/1756-maintenanceBannerDeployment
  • Issue/1941-loginPageText
  • Change_Description_Login_Page
  • Issue/1874-AddingTUDoResources
  • Edit_login_file
  • Sprint/2022-01
  • Hotfix/1925-quotaHelpPage
  • Hotfix/1911-fixFormatting
  • Issue/1880-AddingNRWResources
  • v1.31.0
  • v1.30.0
  • v1.29.0
  • v1.28.1
  • v1.28.0
  • v1.27.1
  • v1.27.0
  • v1.26.2
  • v1.26.1
  • v1.26.0
  • v1.25.0
  • v1.24.2
  • v1.24.1
  • v1.24.0
  • v1.23.2
  • v1.23.1
  • v1.23.0
  • v1.22.0
  • v1.21.0
  • v1.20.0
40 results

vue.config.js

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    index.html 576 B
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width,initial-scale=1.0">
        <link rel="icon" href="<%= BASE_URL %>favicon.ico">
        <title>Form Generator</title>
      </head>
      <body>
        <noscript>
          <strong>We're sorry but form generator doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
        </noscript>
        <FormGenerator></FormGenerator>
        <!-- built files will be auto injected -->
      </body>
    </html>