Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AKPlanning
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
KIF
AKPlanning
Commits
bbfe8d7d
Commit
bbfe8d7d
authored
1 year ago
by
Benjamin Hättasch
Browse files
Options
Downloads
Patches
Plain Diff
Minor design improvements for status views
parent
028be1ee
No related branches found
No related tags found
1 merge request
!162
Split AKModel views into different files & introduce modular status page
Pipeline
#163043
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
AKModel/templates/admin/AKModel/status/status.html
+4
-4
4 additions, 4 deletions
AKModel/templates/admin/AKModel/status/status.html
with
4 additions
and
4 deletions
AKModel/templates/admin/AKModel/status/status.html
+
4
−
4
View file @
bbfe8d7d
...
@@ -15,13 +15,13 @@
...
@@ -15,13 +15,13 @@
<div
class=
"card-header"
>
<div
class=
"card-header"
>
{% if widget.actions %}
{% if widget.actions %}
<div
class=
"float-end"
>
<div
class=
"float-end"
>
<a
class=
"
"
data-bs-toggle=
"dropdown"
aria-expanded=
"false"
>
<a
style=
"cursor: pointer;
"
data-bs-toggle=
"dropdown"
aria-expanded=
"false"
>
{% fa6_icon "ellipsis-vertical" %}
{% fa6_icon "ellipsis-vertical" %}
</a>
</a>
<ul
class=
"dropdown-menu dropdown-menu-end"
>
<ul
class=
"dropdown-menu dropdown-menu-end"
>
{% for action in widget.actions %}
{% for action in widget.actions %}
<li>
<li
class=
"dropdown-item"
>
<a
class=
"dropdown-item"
href=
"{{ action.url }}"
>
{{ action.text }}
</a>
<a
href=
"{{ action.url }}"
>
{{ action.text }}
</a>
</li>
</li>
{% endfor %}
{% endfor %}
</ul>
</ul>
...
...
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