* Various

This commit is contained in:
Bryan Ashby 2015-08-01 01:00:15 -06:00
parent 72b54b19b7
commit d16beca341
5 changed files with 23 additions and 4 deletions

View file

@ -53,7 +53,7 @@ MCIViewFactory.prototype.getPredefinedViewLabel = function(code) {
SH : this.client.term.termHeight.toString(),
SW : this.client.term.termWidth.toString(),
ND : this.client.runtime.id.toString(),
ND : this.client.node.toString(),
// :TODO: change to CD for 'Current Date'
DT : moment().format(this.client.currentTheme.helpers.getDateFormat()),