Page 1 of 1

Combine two views into one

Posted: 17 Apr 2019, 12:07
by j_paglione
Hello,

first of all I wanted to thank you for the quick support you provide to every question on the forum.

Then I would like to ask if and how it is possible to have a combination of pages, in particular I would like to see in the same page both the application summary and the application dependency mapping, is it possible or is it a dream?

many thanks in advance,

Julian

Re: Combine two views into one

Posted: 18 Apr 2019, 14:49
by jmk
Hi Julian,


> Then I would like to ask if and how it is possible to have a combination of pages, in particular
>I would like to see in the same page both the application summary and the application dependency
> mapping, is it possible or is it a dream?

Not an optimal solution but you can embed an html page in another using an <object> element...

See attached file Search for the string "julian" to find the added <object> element

Process :

download the file
Copy the file in your tomcat installation for essential *under the "user/" directory*.

As a test: goto the default app_provider summary view for a given provider then in the "url bar" change the string 'application/' by 'user/' : you should have a new view with an embedded object showing the app dependency report.

Remarks :
  • Not a general process though :In the particular case of "application summary" : there is a (commented) section which eases the process .. I uncommented it.

    This solution is not optimal as you have to choose a given height (here 500px) for the embedded object...
Hope it helps...

Jean-Marie

(OOps / attached file) Re: Combine two views into one

Posted: 18 Apr 2019, 14:53
by jmk
Forgot to attach the file ...

Re: Combine two views into one

Posted: 17 Jun 2019, 15:07
by j_paglione
Hello,

thanks for your reply, i follow your instruction but i have this problem in the imported html page:
Untitled.png
should I make any changes to the code? the single view of the application dependencies works correctly but the imported page seems to link to a wrong link.

Thanks,

Julian