Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-webui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-webui
Commits
1a557c44
Commit
1a557c44
authored
3 years ago
by
Florian Spreckelsen
Browse files
Options
Downloads
Patches
Plain Diff
ENH: Add an id to the navbar element
parent
39b032fb
No related branches found
No related tags found
1 merge request
!68
DOC: update CHANGELOG
Checking pipeline status
Changes
2
Pipelines
7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
src/core/xsl/navbar.xsl
+1
-1
1 addition, 1 deletion
src/core/xsl/navbar.xsl
with
2 additions
and
1 deletion
CHANGELOG.md
+
1
−
0
View file @
1a557c44
...
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
...
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
entity ids together with their names if it is enabled (disabled by default).
entity ids together with their names if it is enabled (disabled by default).
*
Introduced
`caosdb-f-form-required-marker`
and
`caosdb-f-form-required-label`
*
Introduced
`caosdb-f-form-required-marker`
and
`caosdb-f-form-required-label`
css classes for the markers of required fields in CaosDB form elements.
css classes for the markers of required fields in CaosDB form elements.
*
The navbar has now an html id
`caosdb-navbar-full`
### Changed (for changes in existing functionality)
### Changed (for changes in existing functionality)
...
...
This diff is collapsed.
Click to expand it.
src/core/xsl/navbar.xsl
+
1
−
1
View file @
1a557c44
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
<xsl:with-param
name=
"username"
><xsl:value-of
select=
"/Response/@username"
/></xsl:with-param>
<xsl:with-param
name=
"username"
><xsl:value-of
select=
"/Response/@username"
/></xsl:with-param>
</xsl:call-template>
</xsl:call-template>
</xsl:if>
</xsl:if>
<nav
class=
"navbar navbar-expand-lg navbar-light bg-light sticky-top mb-2 flex-column"
>
<nav
class=
"navbar navbar-expand-lg navbar-light bg-light sticky-top mb-2 flex-column"
id=
"caosdb-navbar-full"
>
<noscript>
Please enable JavaScript!
</noscript>
<noscript>
Please enable JavaScript!
</noscript>
<div
class=
"container-fluid"
>
<div
class=
"container-fluid"
>
<a
class=
"navbar-brand"
href=
"/"
>
<a
class=
"navbar-brand"
href=
"/"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment