Ignore:
Timestamp:
06/26/20 10:04:24 (4 years ago)
Author:
nanardon
Message:

Add setting command to la-cli

By the way this patch add a limit to history.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/root/html/nethosts/default.tt

    r1329 r2424  
    1212 
    1313<table border=1> 
     14[% IF (support = nethost.get_attributes('support')) %] 
     15[% osupport = c.model('Accounts').db.get_object('support', support) %] 
     16<tr><th> 
     17Support 
     18</th></tr> 
     19<tr><td> 
     20l('Support Name'): [% osupport.id | html %]<br> 
     21</td></tr> 
     22[% END %] 
     23 
    1424[% IF c.model('Accounts').db.check_acl('netzone', 'name', 'r') %] 
    1525<tr><th>Zone de cette hÃŽte</th></tr> 
Note: See TracChangeset for help on using the changeset viewer.