Configure a text widget with embedded IFrame

The Report Catalog and Certified Reports tiles on the Report Certification dashboard are IFrames in text widgets. You can edit the tiles and the text widget to suit your needs.

Prerequisites

Steps

This procedure involves two parts:

  1. Steps that you need to carry out in Collibra Console
  2. Steps that you need to carry out in your Collibra Data Intelligence Cloud environment

Steps that you need to carry out in Collibra Console

  1. Create a backup of your Collibra Data Intelligence Cloud environment.
    Important   In the Create Backup dialog box, ensure that Configuration and Customizations are selected. They are select by default.
  2. Download the backup.
  3. Open the ZIP file, and then navigate to the directory dgc > images.
  4. Open the following files in a text editor and edit them to suit your needs:
    • dashboard.html
    • styling.css
  5. Re-zip the backup.
    Important   When you zip the backup, ensure that you include the dgc directory and the JSON metadata file.
  6. Upload your edited backup.

Steps that you need to carry out in your Collibra Data Intelligence Cloud environment

Tip   

The steps in this procedure are different for the classic and refreshed navigation.

  1. In the main menu, click .
    In the main menu, click Dashboard.
  2. If required, switch to the Report Certification dashboard.
    If required, switch to the Report Certification dashboard.
  3. In the dashboard toolbar, click Edit widgets.
    In the dashboard toolbar, click Edit widgets.
  4. In the widget with the Report Catalog and Certified Reports tiles, click , and then click <>.

    The Source Code field opens.
  5. Replace the existing code with the following:
    <div class=“iframe-container” style=“position: relative; overflow: hidden; padding-top: 68%”><iframe style=“border: 0 none; position: absolute; top: 0; left: 0; height: 100%; width: 100%;” src=“/resources/images/dashboard.html" width=“100%”>&nbsp;</iframe></div>
  6. Click Save.
  7. In the upper-right part of the page, click Close & save edits.