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

Commit 85d84d7

Browse files
authored
Merge pull request #128 from hjacobs/show-pod-namespace
#120 show pod namespace
2 parents 9026075 + a75201f commit 85d84d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/pod.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ export class Pod extends PIXI.Graphics {
165165
podBox.on('mouseover', function () {
166166
podBox.filters = podBox.filters.filter(x => x != BRIGHTNESS_FILTER).concat([BRIGHTNESS_FILTER])
167167
let s = this.pod.name
168+
s += '\nNamespace : ' + this.pod.namespace
168169
s += '\nStatus : ' + this.pod.phase + ' (' + ready + '/' + this.pod.containers.length + ' ready)'
169170
s += '\nStart Time: ' + this.pod.startTime
170171
s += '\nLabels :'

0 commit comments

Comments
 (0)