Skip to content

Commit

Permalink
Show project label in old workspace UI
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-schultz committed Jun 10, 2020
1 parent 477799e commit 5403775
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@

@project(project: Project) = {
<li id="project:@project.name" data-jstree='{"icon":"@Assets.at(projectIcon(project))"}' title="@project.loadingErrors.mkString(", ")" >
@project.name
@project.config.metaData.formattedLabel(project.name, maxLength = 100)
@button("Prefixes", "Edit prefixes", "wrench-screwdriver.png", s"editPrefixes('${project.name}')")
@button("Resources", "Manage resources", "wrench.png", s"editResources('${project.name}')")
@button("Link Spec", "Import link specification", "document--plus.png", s"importLinkSpec('${project.name}')")
Expand Down Expand Up @@ -190,4 +190,4 @@
@project(p)
}
</ul>
</div>
</div>

0 comments on commit 5403775

Please sign in to comment.