cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Key User Action Tile Resize Option

Babar_Qayyum
DynaMight Guru
DynaMight Guru

Dear All,

Is there a way to resize the key user action tile?

Regards,

Babar

4 REPLIES 4

AntonPineiro
DynaMight Guru
DynaMight Guru

Hi,

You can change "width" and "height" from JSON:

{
      "name": "Key user action",
      "tileType": "DEM_KEY_USER_ACTION",
      "configured": true,
      "bounds": {
        "top": 1646,
        "left": 1558,
        "width": 304,
        "height": 304
      },
      "tileFilter": {},
      "isAutoRefreshDisabled": false,
      "assignedEntities": [
        "APPLICATION-4126AFEF01FE9FE1",
        "APPLICATION_METHOD-F8A76C22C67CD88E"
      ]
    }

Keep in mind new number should be divisible by 38.

Best regards

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

Hello @AntonPineiro 

WoW! Great workaround.

Regards,

Babar

Babar_Qayyum
DynaMight Guru
DynaMight Guru

Hello @AntonPineiro 

Can we change the name of the key user action in the tile?

Regards,

Babar

Hi,

I have just changed "name" value, but I do not see any change. I would say that no.

Best regards

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

Featured Posts