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 | 6a90796de1df8d74c79415c39c867ffe6cd80fd0 (patch) | |
tree | e192b4149cb535da0a8b928be65f2529a250b5ca /src/templates/notifier/inbox.html | |
parent | c589b15fbf1b5f386d0d6af453d2388e1a0ee1ad (diff) | |
parent | 7b15aed77c6675286fd75b8832af58c992717ef9 (diff) |
Merge "Rewrite Notification subsystem"
Diffstat (limited to 'src/templates/notifier/inbox.html')
-rw-r--r-- | src/templates/notifier/inbox.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/notifier/inbox.html b/src/templates/notifier/inbox.html index ee0f27a..c0ee1ba 100644 --- a/src/templates/notifier/inbox.html +++ b/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> |