JsReport version in title bar
-
Is there an easy way to change the version reported in the title bar?
We essentially have 2 versions :-
- The JsReport version (currently 2.4.0)
- Our custom Node modules (currently 1.9.3)
It would be neat to have the title bar read "JsReport 2.4.0-1.9.3"
-
You can put to your config mode prop, which is used to assemble the title.
{ "mode": "1.9.3" }
However, this is not very clean. I have put a task to the backlog to make title configurable.
Hopefully, it will make it to the next jsreport release.
https://github.com/jsreport/jsreport/issues/614