Updated the incorrect icon used for the cast node on refresh. Fixes #5065.

This commit is contained in:
Akshay Joshi
2020-01-17 12:10:26 +05:30
parent af56b92af4
commit 430e9ae994
2 changed files with 2 additions and 1 deletions

View File

@@ -303,7 +303,7 @@ class CastView(PGChildNodeView):
row['oid'],
did,
row['name'],
icon="icon-fts_template"
icon="icon-cast"
),
status=200
)