mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 16:29:44 +02:00
fix(home): display tags properly [EE-2153] (#6275)
fix(home): display tags properly EE-2153
This commit is contained in:
parent
e7fc996424
commit
cdfa9b25a8
1 changed files with 1 additions and 2 deletions
|
@ -101,8 +101,7 @@ angular
|
||||||
});
|
});
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const tags = TagService.tags();
|
$scope.tags = await TagService.tags();
|
||||||
$scope.tags = tags;
|
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
Notifications.error('Failed loading page data', err);
|
Notifications.error('Failed loading page data', err);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue