I've just made some changes to the Web UI as a sideline of SLIDER-771, adding 
navigation bar links to the new REST API view.

There's now a separate REST API section; if you follow the links you get to 
resources & documents, on any URL that returns a list of things, you can 
usually take the id of the listed element (component name, container ID, ...), 
append that to the URL and get more details.

I've also moved a bit of the front page around, though someone who understands 
the YARN style sheets is needed to do it properly.  The system liveness status 
"are all container requests satisfied" is now the first piece of info.

To see the changed look (and to prototype any other improvements), there's a 
minicluster test in slider-core now, which just starts an AM in a minicluster 
and leaves it running for 5 minutes. It's prefixed Demo to stop test runs 
always invoking it:

mvn test -Dtest=DemoStandaloneAM

I've also checked out what the UI looks like in the iOS simulator, out of 
curiosity. Looks OK in a tablet, especially one in landscape mode —but not a 
phone. Never mind.

-Steve

Reply via email to