Secure (Lock) Icon

CDTS offers you the ability to display a lock icon beside the application name.

Implementation

The lock icon is added in the appTop section of the page. Simply set secure to true.

defTop.outerHTML = wet.builder.appTop({
...
    "secure": true
...
});