-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CODENVY-1579: show server's address along with URL #3866
Conversation
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/1748/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice !
Do we really need two lines row (address and URL)? Note, there will be Address for all the Servers. |
I agree. @gazarenkov - is the URL part even needed? I think most people can put together the protocol and address to figure it out. It's just redundant data at that point. |
Yes.
|
@gazarenkov We did it because otherwise we would run into this problem: |
Yes so basically, we are going to have space problems. A lot of user would have to scroll horizontaly which is in general not convenient. |
What is your proposal @gazarenkov ? For the table's UI, we agree with your comment, with @akurinnoy we tried to display this table with one more column, but text is truncated and table looks worst than with 2 lines. We do not really understand your latest comment, if you can explain clearly what you'd like to be displayed, it would be helpful and maybe solve properly the problem. |
Can we merge this PR ? it is there since a long long time |
+1 on merging |
Yes fine for me. |
Signed-off-by: Oleksii Kurinnyi <okurinnyi@codenvy.com>
Build finished. Please check console output at $BUILD_URL to view the results. |
Build # 2142 - FAILED Please check console output at https://ci.codenvycorp.com/job/che-pullrequests-build/2142/ to view the results. |
@cyberglad by icon in the upper-right corner, i think, you mean machines/operation perspective switcher. Yes, we removed it. Now to see and modify servers - need to go to concrete workspace details in dashboard. |
@ashumilova So you removed the Machine Perspective Switcher, so when you search on google trying to find Where to see the server ip one is running, the answers are wrong because there is no more icon. Second, now we have to go to the Dashboard, then the workspace, then Runtime, then Dev-machine, then Server... whoa that's incredible hard. Knowing the ip is Fundamental and i'ts one of the most important tools we need. I hope you can make it into a simple 1 click inside the ide... thanks |
@LiteSoul Thank you for feedbacks, we will take it into account to improve UX. |
Anna
I still cannot connect to http://node22.codenvy.io:33605/ , though it should be possible with the following code:
@OverRide
public void configure() throws Exception {
from("jetty:http://0.0.0.0:8080")
.process(exchange -> {exchange.getIn().setBody("Hello World");});
}
is there any firewall to open?
(I don't have any firewalls in my house, in fact I have tried at varius places).
Rgds
Yuri
…Воскресенье, 14 мая 2017, 11:14 +02:00 от Anna Shumilova ***@***.***>:
@LiteSoul Thank you for feedbacks, we will take it into account to improve UX.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub , or mute the thread .
|
Signed-off-by: Oleksii Kurinnyi <okurinnyi@codenvy.com>
Signed-off-by: Oleksii Kurinnyi <okurinnyi@codenvy.com>
Signed-off-by: Oleksii Kurinnyi okurinnyi@codenvy.com
What does this PR do?
This PR improves Service section of machine config to show server's address along with URL.
What issues does this PR fix or reference?
codenvy/codenvy#1579
Changelog
Show server's address along with URL.
Release notes
Docs Pull Request
eclipse-che/che-docs#93