Show
Ignore:
Timestamp:
04/05/12 01:00:48 (14 months ago)
Author:
edent
Message:

move divs around and connect to webServer from local development

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/branches/jsnyder/trunk/tools/cornetApps/templates/HtmlPages/running.html

    r10817 r11093  
    66                <td>    <a href='/WebDash/{{ instance.getName }}/display/'>{{ instance.getName }}</a>&nbsp;</td> 
    77                <!--<td>        <button onClick="window.location='/WebDash/{{ instance.getName }}/uninstall/'">Uninstall </button></td>--> 
    8                 <td><button onClick="javascript:uninstall('{{ instance.getName }}');">Uninstall</button></td> 
     8                <td><button onClick= 
     9                        'javascript:loadHrefToDiv("#apps","{{MEDIA_URL}}/WebDash/uninstall/{{ instance.getName }}/"); 
     10                                                loadHrefToDiv("#apps","{{MEDIA_URL}}/WebDash/running/");'> 
     11                        Uninstall</button></td> 
    912                </tr> 
    1013        {% endfor %}