Skip to content

Commit

Permalink
Merge pull request #87 from ppfeufer/use-aa-framework-widget-title
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeufer authored May 27, 2024
2 parents cf744c8 + 5dbb895 commit 7523e1e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ Section Order:

- Tooltips with explanation for the endpoint level

### Changed

- The minimum required AA version is now 4.1.0
- Using the AA framework template for the widget title

## \[2.1.1\] - 2024-05-16

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ It shows the current status of ESI for administrative users.

> \[!NOTE\]
>
> **AA ESI Status >= 2.0.0 needs at least Alliance Auth v4.0.0!**
> **AA ESI Status >= 2.0.0 needs at least Alliance Auth v4!**
>
> Please make sure to update your Alliance Auth instance _before_ you install this
> module or update to the latest version, otherwise an update to Alliance Auth will
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{% load i18n %}

<div class="card">
<div class="card-header">
<div class="card-title text-center mb-0">
{% translate "ESI Status" %}
</div>
</div>

<div class="card-body">
{% translate "ESI Status" as widget_title %}
{% include "framework/dashboard/widget-title.html" with title=widget_title %}

<div class="row mb-3">
{% translate "Red endpoints" as translated_header_red %}
{% translate "Red enpoints have a good chance of not responding at all or being completely unavailable." as translated_header_red_explanation %}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dynamic = [
"version",
]
dependencies = [
"allianceauth<5.0.0,>=4",
"allianceauth<5.0.0,>=4.1",
"allianceauth-app-utils>=1.12",
]
[project.optional-dependencies]
Expand Down

0 comments on commit 7523e1e

Please sign in to comment.