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