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