Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #128 from hjacobs/show-pod-namespace
Browse files Browse the repository at this point in the history
#120 show pod namespace
  • Loading branch information
hjacobs authored Feb 23, 2017
2 parents 9026075 + a75201f commit 85d84d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/pod.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ export class Pod extends PIXI.Graphics {
podBox.on('mouseover', function () {
podBox.filters = podBox.filters.filter(x => x != BRIGHTNESS_FILTER).concat([BRIGHTNESS_FILTER])
let s = this.pod.name
s += '\nNamespace : ' + this.pod.namespace
s += '\nStatus : ' + this.pod.phase + ' (' + ready + '/' + this.pod.containers.length + ' ready)'
s += '\nStart Time: ' + this.pod.startTime
s += '\nLabels :'
Expand Down

0 comments on commit 85d84d7

Please sign in to comment.