DX Unified Infrastructure Management

  • 1.  Removing image from the UIM dashboard image gallery

    Posted Jan 10, 2017 05:30 AM

    images are easy to add to the dashboard image gallery by using the upload image button in the image widget configuration, but it turns out that removing unwanted images is not as simple. 

    In fact after some investigation these images are stored directly in the UIM database in a specific table called umpMedia. So it's quite simple to select/remove images by directly issuing SQL statements against the umpMedia table of the UIM database...



  • 2.  Re: Removing image from the UIM dashboard image gallery

    Posted Jan 10, 2017 05:46 AM

    Hi Gilles,

    => SELECT * FROM umpMedia

    select the name you want to remove and copy the id

    => delete from umpMedia where id='C6995CC0-8ED8-418A-AA0A-ACD663568FE5'