mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-11 08:31:58 -06:00
Minor fixes.
This commit is contained in:
parent
1419176094
commit
775492b391
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -18,4 +18,4 @@ jobs:
|
||||
uses: SonarSource/sonarcloud-github-action@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
|
2
frontend/src/pages/bills/index.js
vendored
2
frontend/src/pages/bills/index.js
vendored
@ -57,7 +57,7 @@ const app = new Vue({
|
||||
},
|
||||
});
|
||||
|
||||
new Vue({
|
||||
const calendar = new Vue({
|
||||
i18n,
|
||||
store,
|
||||
el: "#calendar",
|
||||
|
@ -24,7 +24,6 @@ Debug information generated at {{ now }} for Firefly III version **{{ FF_VERSION
|
||||
| --- | --- |
|
||||
| Installation ID | {{ installationId }} |
|
||||
| Using docker? | {% if isDocker %}true{% else %}false{% endif %} |
|
||||
| Telemetry | {% if telemetry %}true{% else%}false{% endif%} |
|
||||
| Layout | {{ layout }} |
|
||||
| System TZ | {{ tz }} |
|
||||
| Browser TZ | [BrowserTZ] |
|
||||
|
Loading…
Reference in New Issue
Block a user