This commit is contained in:
@@ -98,7 +98,7 @@ app.vendorNotification = (function () {
|
||||
//Context menu
|
||||
app.nav.contextClear();
|
||||
app.nav.contextAddLink(
|
||||
"vendor-notifications/",
|
||||
"vendorNotifications/",
|
||||
"Notifications",
|
||||
"bell"
|
||||
);
|
||||
|
||||
@@ -60,7 +60,7 @@ app.vendorNotifications = (function () {
|
||||
"</strong></span>";
|
||||
|
||||
$appList.append(
|
||||
"<li class='mdc-list-item'><a href=\"#!/vendorNotifcation/" +
|
||||
"<li class='mdc-list-item'><a href=\"#!/vendorNotifications/" +
|
||||
obj.id +
|
||||
'">' +
|
||||
app.utilB.genListColumn(idColumn) +
|
||||
|
||||
@@ -38,8 +38,10 @@
|
||||
</li>
|
||||
|
||||
<li id="vendornotifications" class="nav-item">
|
||||
<a class="rfac nav-link mdi mdi-voice" href="#!/vendorNotifications">Trial
|
||||
Vendor notifications
|
||||
<a
|
||||
class="rfac nav-link mdi mdi-voice"
|
||||
href="#!/vendorNotifications"
|
||||
>Vendor notifications
|
||||
</a>
|
||||
</li>
|
||||
|
||||
@@ -61,6 +63,14 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li id="rfdocs" class="nav-item">
|
||||
<a
|
||||
class="rfac nav-link mdi mdi-help"
|
||||
href="/docs"
|
||||
target="_blank"
|
||||
>Docs </a>
|
||||
</li>
|
||||
|
||||
<li id="rfops" class="nav-item">
|
||||
<a
|
||||
class="rfac nav-link mdi mdi-server-network"
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
class="form-control"
|
||||
id="data"
|
||||
name="data"
|
||||
rows="15"
|
||||
rows="30"
|
||||
></textarea>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user