Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Commits
13f4a7b3
Commit
13f4a7b3
authored
3 years ago
by
Julian
Browse files
Options
Downloads
Patches
Plain Diff
Change icon set of dashboard widgets
parent
6dd166ce
No related branches found
No related tags found
1 merge request
!686
Resolve "Change material icon set"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
aleksis/core/templates/core/dashboard_widget/dashboardwidget_broken.html
+1
-1
1 addition, 1 deletion
...mplates/core/dashboard_widget/dashboardwidget_broken.html
aleksis/core/templates/core/dashboard_widget/list.html
+2
-2
2 additions, 2 deletions
aleksis/core/templates/core/dashboard_widget/list.html
with
3 additions
and
3 deletions
aleksis/core/templates/core/dashboard_widget/dashboardwidget_broken.html
+
1
−
1
View file @
13f4a7b3
...
...
@@ -2,7 +2,7 @@
<div
class=
"card horizontal"
>
<div
class=
"card-image"
>
<i
class=
"material-icons large red-text stacked-card-icon
"
>
assignment_late
</i>
<i
class=
"material-icons large red-text stacked-card-icon
iconify"
data-icon=
"mdi:clipboard-alert-outline"
>
</i>
</div>
<div
class=
"card-stacked"
>
<div
class=
"card-content"
>
...
...
This diff is collapsed.
Click to expand it.
aleksis/core/templates/core/dashboard_widget/list.html
+
2
−
2
View file @
13f4a7b3
...
...
@@ -11,7 +11,7 @@
{% block content %}
<a
class=
"btn green waves-effect waves-light dropdown-trigger"
href=
"#"
data-target=
"widget-dropdown"
>
<i
class=
"material-icons left
"
>
add
</i>
<i
class=
"material-icons left
iconify"
data-icon=
"mdi:
add
"
>
</i>
{% trans "Create dashboard widget" %}
</a>
<ul
id=
"widget-dropdown"
class=
"dropdown-content"
>
...
...
@@ -28,7 +28,7 @@
{% has_perm "core.edit_default_dashboard_rule" user as can_edit_default_dashboard %}
{% if can_edit_default_dashboard %}
<a
class=
"btn orange waves-effect waves-light"
href=
"{% url "
edit_default_dashboard
"
%}"
>
<i
class=
"material-icons left
"
>
edit
</i>
<i
class=
"material-icons left
iconify"
data-icon=
"mdi:pencil-outline"
>
</i>
{% trans "Edit default dashboard" %}
</a>
{% endif %}
...
...
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