#120 show pod namespace

This commit is contained in:
Henning Jacobs
2017-02-23 17:51:52 +01:00
parent 9026075faa
commit a75201fa86

View File

@@ -165,6 +165,7 @@ export class Pod extends PIXI.Graphics {
podBox.on('mouseover', function () { podBox.on('mouseover', function () {
podBox.filters = podBox.filters.filter(x => x != BRIGHTNESS_FILTER).concat([BRIGHTNESS_FILTER]) podBox.filters = podBox.filters.filter(x => x != BRIGHTNESS_FILTER).concat([BRIGHTNESS_FILTER])
let s = this.pod.name let s = this.pod.name
s += '\nNamespace : ' + this.pod.namespace
s += '\nStatus : ' + this.pod.phase + ' (' + ready + '/' + this.pod.containers.length + ' ready)' s += '\nStatus : ' + this.pod.phase + ' (' + ready + '/' + this.pod.containers.length + ' ready)'
s += '\nStart Time: ' + this.pod.startTime s += '\nStart Time: ' + this.pod.startTime
s += '\nLabels :' s += '\nLabels :'