ukhas / js-logtail

Remote log tailing using the HTTP Range header.
109 stars 54 forks source link

Links in logtail.html assume it's the index page for this directory #10

Open danielrichman opened 9 years ago

danielrichman commented 9 years ago

https://github.com/ukhas/js-logtail/blob/master/logtail.html#L13 should perhaps be ? and ?noreverse.

danielrichman commented 9 years ago

Reported by @oppybob

oppybob commented 9 years ago

Hi Daniel, It works perfectly now. How can I make it work in a more general case ? (I’m willing to learn, I worked years ago with html and asp (before ajax)) Eventually point me at what to read. Thank you Bob

danielrichman commented 9 years ago

Do you mean to say that you made the change I suggested, and it worked?

oppybob commented 9 years ago

yes but I would like to make it work for a page that is not the index

danielrichman commented 9 years ago

I think that changing these lines like so

            <a href="?">Reversed</a> or
            <a href="?noreverse">chronological</a> view.

might do it, but I can't test it now.

oppybob commented 9 years ago

perfect thank you

From: Daniel Richman Sent: Wednesday, April 29, 2015 9:22 PM To: ukhas/js-logtail Cc: oppybob Subject: Re: [js-logtail] Links in logtail.html assume it's the index page for this directory (#10)

I think that changing these lines like so

        <a href="?">Reversed</a> or
        <a href="?noreverse">chronological</a> view.might do it, but I can't test it now.

— Reply to this email directly or view it on GitHub.