Skip to content

Conversation

@DovAmir
Copy link
Contributor

@DovAmir DovAmir commented Sep 7, 2016

mode ui improvments:
show container status (running/faild)
show many containers in a node clearly
click container to see all container data (currently works only in master )

@DovAmir
Copy link
Contributor Author

DovAmir commented Sep 7, 2016

all .sh files should be removed

@@ -0,0 +1,124 @@
<?xml version="1.0" encoding="UTF-8"?>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DovAmir last time we determined this file wasn't required. Can we leave it out?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes sorry about that, i thought it was in .gitignore
the .idea directory and the *.sh files should not be there

for(let i=0;i<objects.length;i++){
let object = objects[i];
if(object.Status.State=="running" && object.DesiredState=="running") {
if( object.DesiredState=="running") { //object.Status.State=="running" &&
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean to comment out object.Status.State @DovAmir?

Copy link
Contributor Author

@DovAmir DovAmir Sep 8, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, If a containers DesiredState is running, but its actual state is failed, I want it to appear in the UI with a red failed state,
see the updated nodes.png to see why I want to show non running states.

@ManoMarks ManoMarks merged commit e38d947 into dockersamples:master Sep 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants