Пример #1
0
def HPI():
    hpi = errorInfo('HPI')
    return render_template('hpi2.html', hpi=hpi)
Пример #2
0
def HPE():
    hpe = errorInfo('HPE')
    return render_template('hpe2.html', hpe=hpe)
Пример #3
0
def APC():
    apc = errorInfo('APC')
    return render_template('apc2.html', apc=apc)
Пример #4
0
def Lenovo():
    lenovo = errorInfo('Lenovo')
    return render_template('lenovo2.html', lenovo=lenovo)
Пример #5
0
def VMware():
    vmware = errorInfo('VMware')
    return render_template('vmware2.html', vmware=vmware)
Пример #6
0
def Dell():
    dell = errorInfo('Dell')
    return render_template('dell2.html', dell=dell)