DRIVER-EU / test-bed-admin

A test-bed administration management tool for managing the Kafka-based test-bed.
MIT License
1 stars 0 forks source link

Testbed configuration overview #22

Closed thoobr closed 5 years ago

thoobr commented 5 years ago

Add a button in the menu bar to display the testbed overview picture (SVG). The picture can be retrieved by HTTP GET: /AdminService/createOverviewPicture

Display the picture in a separate tab and make is downloadable.

croser commented 5 years ago

@thoobr: Implementation of client should be done, but could not be tested properly due to an empty SVG response retrieved from the server. Please check + test + hand this ticked back to me in case of any issues.

thoobr commented 5 years ago

SVG is not available.

croser commented 5 years ago

Can you please clarify? For me this rather appears as a server issue as GET /AdminService/createOverviewPicture?t=1568839200562&v=0 returns the following (empty 10x10) SVG:

<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="10px" preserveAspectRatio="none" style="width:10px;height:10px;" version="1.1" viewBox="0 0 10 10" width="10px" zoomAndPan="magnify"><defs/><g/></svg>

If I change its background color to red, i see the SVG in the page that is opened on the web browser.

thoobr commented 5 years ago

Overview picture is displayed