Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BudgetMaster
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
PlayWallDesktop wird heute 10 Jahre alt!
Show more breadcrumbs
Robert Goldmann
BudgetMaster
Commits
f605e90f
Commit
f605e90f
authored
Jul 18, 2021
by
Robert Goldmann
Browse files
Options
Downloads
Patches
Plain Diff
#585 - cleanup
parent
c2c00aae
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/resources/templates/charts/charts.ftl
+0
-19
0 additions, 19 deletions
src/main/resources/templates/charts/charts.ftl
with
0 additions
and
19 deletions
src/main/resources/templates/charts/charts.ftl
+
0
−
19
View file @
f605e90f
...
@@ -205,24 +205,6 @@
...
@@ -205,24 +205,6 @@
</li>
</li>
</#
macro
>
</#
macro
>
<#
macro
stepOne>
<@stepCollapsible step=locale.getString("chart.steps.first.step") stepName=locale.getString("chart.steps.first") isActive=!chart??>
<div class="input-field col s12 m12 l8 offset-l2 no-margin-top">
<select name="chartID">
<#list charts as chart>
<#assign chartName=chartFunctions.getChartName(chart)>
<#if chartSettings.getChartID() == chart.getID()>
<option selected value="$
{
chart
.getID
()
?
c
}
">$
{
chartName
}
</option>
<#continue>
</#if>
<option value="$
{
chart
.getID
()
?
c
}
">$
{
chartName
}
</option>
</#list>
</select>
</div>
</@stepCollapsible>
</#
macro
>
<#
macro
stepTwo>
<#
macro
stepTwo>
<@stepCollapsible step=locale.getString("chart.steps.second.step") stepName=locale.getString("chart.steps.second") isActive=false>
<@stepCollapsible step=locale.getString("chart.steps.second.step") stepName=locale.getString("chart.steps.second") isActive=false>
<div class="input-field col s6 m6 l4 offset-l2">
<div class="input-field col s6 m6 l4 offset-l2">
...
@@ -274,7 +256,6 @@
...
@@ -274,7 +256,6 @@
</@stepCollapsible>
</@stepCollapsible>
</#
macro
>
</#
macro
>
<#
macro
stepThree>
<#
macro
stepThree>
<@stepCollapsible step=locale.getString("chart.steps.third.step") stepName=locale.getString("chart.steps.third") isActive=false>
<@stepCollapsible step=locale.getString("chart.steps.third.step") stepName=locale.getString("chart.steps.third") isActive=false>
<div class="col s12 m12 l8 offset-l2 no-margin-top center-align">
<div class="col s12 m12 l8 offset-l2 no-margin-top center-align">
<@transactionsMacros.buttonFilter chartSettings.getFilterConfiguration().isActive()/>
<@transactionsMacros.buttonFilter chartSettings.getFilterConfiguration().isActive()/>
...
...
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