0

To the Java Script wiz kids.. A Request

Richard Leonard 3 years ago 0

On the Admin page,

as it chugs away with its imports... it shows "n" characters of a combined path and filename

would it be possible to extract the path AND the filename, and then display them on 2 lines.

the existing HTML is

<div> {{status.currentOperation}}</div>

What I would like to see...

<div> {{ pathname }} <br /> {{filename}} </div>

so I guess that a list of all of the "status" sub-objects would help, or if the pathname / filename is elsewhere under some other object name that would be of use... Any Thoughts as to how to make this work (other than bothering the Author with a feature request?)