Update Index.razor
This commit is contained in:
@@ -248,7 +248,7 @@
|
|||||||
|
|
||||||
if (NodeOnline)
|
if (NodeOnline)
|
||||||
{
|
{
|
||||||
await lazyLoader.SetText("Requesting tags");
|
await lazyLoader.SetText("Checking server variables");
|
||||||
|
|
||||||
var image = ImageRepository
|
var image = ImageRepository
|
||||||
.Get()
|
.Get()
|
||||||
@@ -273,6 +273,8 @@
|
|||||||
|
|
||||||
// Tags
|
// Tags
|
||||||
|
|
||||||
|
await lazyLoader.SetText("Requesting tags");
|
||||||
|
|
||||||
Tags = JsonConvert.DeserializeObject<string[]>(image.TagsJson) ?? Array.Empty<string>();
|
Tags = JsonConvert.DeserializeObject<string[]>(image.TagsJson) ?? Array.Empty<string>();
|
||||||
Image = image;
|
Image = image;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user