mirror of https://github.com/embarklabs/embark.git
make address green in dashboard
This commit is contained in:
parent
7f31566684
commit
2eef8b46ae
|
@ -59,7 +59,7 @@ ContractsManager.prototype.contractsState = function() {
|
||||||
|
|
||||||
data.push([
|
data.push([
|
||||||
className.green,
|
className.green,
|
||||||
(contract.deployedAddress || '...'.green),
|
(contract.deployedAddress || '...').green,
|
||||||
((contract.deployedAddress !== undefined) ? "\t\tDeployed".green : "\t\tPending".magenta)
|
((contract.deployedAddress !== undefined) ? "\t\tDeployed".green : "\t\tPending".magenta)
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue