CTLE-397: added pending icon to utils for widget velocity templates

This commit is contained in:
Tim Chamberlain
2023-04-19 15:31:20 -05:00
parent 4a65efa5ac
commit 2f0ef03eec

View File

@ -112,6 +112,18 @@ public class NoCodeWidgetVelocityUtils
/*******************************************************************************
**
*******************************************************************************/
public String pendingIcon()
{
return ("""
<span class="material-icons-round notranslate MuiIcon-root MuiIcon-fontSizeInherit" style="color: #0062ff; position: relative; top: 6px;" aria-hidden="true">pending</span>
""");
}
/******************************************************************************* /*******************************************************************************
** **
*******************************************************************************/ *******************************************************************************/