Searched refs:WuiLinkBase (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/ValidationKit/testmanager/webui/ |
H A D | wuiadmintestbox.py | 36 from testmanager.webui.wuicontentbase import WuiListContentWithActionBase, WuiFormContentBase, WuiLinkBase, WuiSvnLink, \ 188 aoLom = [ WuiLinkBase('ILOM', 'https://%s/' % (oEntry.ipLom,), fBracketed = False), ]; 190 aoLom = [ WuiLinkBase('ELOM', 'http://%s/' % (oEntry.ipLom,), fBracketed = False), ]; 199 aoLom += [ WuiLinkBase('(ssh)', 'ssh://%s' % (oEntry.ipLom,), fBracketed = False) ]; 309 aoActions.append(WuiLinkBase('ssh', 'ssh://vbox@%s' % (oEntry.ip,),)); 37 WuiTmLink, WuiSpanText, WuiRawHtml; namespace
|
H A D | wuicontentbase.py | 64 class WuiLinkBase(WuiHtmlBase): # pylint: disable=R0903 class in inherits:WuiHtmlBase 112 class WuiTmLink(WuiLinkBase): # pylint: disable=R0903 130 WuiLinkBase.__init__(self, sName, sUrlBase, dParams, sConfirm, sTitle, sFragmentId, fBracketed); 133 class WuiSvnLink(WuiLinkBase): # pylint: disable=R0903 140 WuiLinkBase.__init__(self, sName, config.g_ksTracLogUrlPrefix, { 'rev': iRevision,}, 152 class WuiBuildLogLink(WuiLinkBase): 161 WuiLinkBase.__init__(self, sName, config.g_ksBuildLogUrlPrefix + sUrl, fBracketed = fBracketed); 163 WuiLinkBase.__init__(self, sName, sUrl, fBracketed = fBracketed);
|
H A D | wuitestresult.py | 34 from testmanager.webui.wuicontentbase import WuiContentBase, WuiListContentBase, WuiHtmlBase, WuiTmLink, WuiLinkBase, \ 113 aoRows.append([WuiLinkBase(webutils.getFilename(sBinary), sBinary, fBracketed = False),]); 35 WuiSvnLink, WuiSvnLinkWithTooltip, WuiBuildLogLink, WuiRawHtml; namespace
|
Completed in 1245 milliseconds