Skip to content

Commit

Permalink
Merge pull request #47 from unity-sds/misc_fixes
Browse files Browse the repository at this point in the history
Fixes Applications page header and limits length of install 'Deployme…
  • Loading branch information
jdrodjpl authored Dec 6, 2024
2 parents 7ac1bbd + 2b81ddc commit 62c8998
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/applications/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
</script>

<div style="margin-left: 20px">
<div class="st-typography-displayH3">Installed Applications</div>
<div class="st-typography-displayH3">Applications</div>
<div
style="
width: 90%;
Expand Down
2 changes: 1 addition & 1 deletion src/routes/install/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
Deployment Name (this should be a unique identifier for this installation of the
Marketplace item)
</div>
<input class="st-input" bind:value={applicationMetadata.DeploymentName} />
<input class="st-input" bind:value={applicationMetadata.DeploymentName} maxlength="32" />
</div>
{:else if steps[currentStepIndex] === 'variables'}
<div class="st-typography-small-caps">Variables</div>
Expand Down

0 comments on commit 62c8998

Please sign in to comment.