add set client tag to webfront profile as button

This commit is contained in:
RaidMax
2022-07-19 20:37:48 -05:00
parent f97e266c24
commit fa1567d3f5
3 changed files with 82 additions and 6 deletions

View File

@ -282,6 +282,15 @@
if (ViewBag.Authorized)
{
menuItems.Items.Add(new SideContextMenuItem
{
Title = ViewBag.Localization["WEBFRONT_ACTION_SET_CLIENT_TAG_TITLE"],
IsButton = true,
Reference = "SetClientTag",
Icon = "oi-tag",
EntityId = Model.ClientId
});
menuItems.Items.Add(new SideContextMenuItem
{
Title = ViewBag.Localization["WEBFRONT_PROFILE_CONTEXT_MENU_ACTION_MESSAGE"],