This commit is contained in:
@@ -63,7 +63,11 @@ app.ravLicenses = (function () {
|
||||
"<li class='my-5'>" +
|
||||
"<div class='" +
|
||||
itemClass +
|
||||
"' role='alert'><pre>" +
|
||||
"' role='alert'>"+
|
||||
"<h4>"+
|
||||
app.utilB.epochToLocalShortDateTime(obj.dtCreated)+
|
||||
"</h4>"+
|
||||
"<pre>" +
|
||||
obj.key +
|
||||
"</pre></div>" +
|
||||
"</li>"
|
||||
@@ -77,7 +81,7 @@ app.ravLicenses = (function () {
|
||||
//=========/licenses==============
|
||||
|
||||
app.nav.contextClear(); ///ravLicense/122
|
||||
app.nav.contextAddLink("ravLicense/" + stateMap.id, "New", "plus");
|
||||
app.nav.contextAddLink("ravLicense/" + stateMap.id+ "/" + stateMap.context.params.cust_id, "New", "plus");
|
||||
app.nav.contextAddLink(
|
||||
"customerSiteEdit/" + stateMap.id + "/" + stateMap.context.params.cust_id,
|
||||
"Site",
|
||||
|
||||
Reference in New Issue
Block a user