diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-11-07 22:05:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-11-07 22:05:28 +0000 |
commit | 674812a20f6804c287e1355ec8a1adf907798a94 (patch) | |
tree | 8bdfde258ce78b38fe15d84fefdc42b22cdf6441 /dashboard/src/templates/notifier/inbox.html | |
parent | 027e8b3dfe84300b4c50ea6a39f8dc7e360f479d (diff) | |
parent | 81cfb043f06ab71da7c021a063f80f6df58305cc (diff) |
Merge "Rewrite Notification subsystem"
Diffstat (limited to 'dashboard/src/templates/notifier/inbox.html')
-rw-r--r-- | dashboard/src/templates/notifier/inbox.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/src/templates/notifier/inbox.html b/dashboard/src/templates/notifier/inbox.html index ee0f27a..c0ee1ba 100644 --- a/dashboard/src/templates/notifier/inbox.html +++ b/dashboard/src/templates/notifier/inbox.html @@ -65,7 +65,7 @@ </div> <div class="iframe-panel inbox-expanded-view"> <div class="inbox-iframe-div"> - <iframe id="inbox-iframe" src="notification/0" frameBorder="0" width="100%" height="100vh" scrolling="yes" onload="sizetoiframe(this);">Please select a notification</iframe> + <iframe id="inbox-iframe" frameBorder="0" width="100%" height="100vh" scrolling="yes" onload="sizetoiframe(this);">Please select a notification</iframe> </div> </div> </div> |