kidstypike wrote: 
> Any reason why I no longer see an "Update" button for my SoA on a
> Cuboxi4pro?  It used to be there.
> 
> Everything works fine otherwise.
> 
> Thanks

Does this problem persist after a reboot?

The program that displays the SOA web pages uses a number of HTML
templates.  Connect to your Cubox as root using SSH and check the
contents of this file: /usr/share/soa-web/templ/update.html

It should be the same as this:
https://github.com/SqueezeOnArch/soa-web/blob/master/templ/header.html

In particular these lines should be present:


Code:
--------------------
    
  {{#p_update}}
        <span id="nav-update">
                <a href="/update.html">{{{update}}}</a>
        </span>
  {{/p_update}}
  
--------------------


If the files are the same, I don't know what's happened.


------------------------------------------------------------------------
Krisbee's Profile: http://forums.slimdevices.com/member.php?userid=59080
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to