= 124) then statusMessage = "Can't add configuration to this table. Maximum limit reached." NextPage = "qos_profiles" end end web.goToPage(NextPage, true, true) elseif (ButtonType and ButtonType == "edit") then if (ACCESS_LEVEL ~= 0) then NextPage = "qos_profiles" statusMessage = db.getAttribute("stringsMap", "stringId", "ADMIN_REQD", LANGUAGE) else configRowId = RowId end web.goToPage(NextPage, true, true) elseif (ButtonType and ButtonType == "delete") then local field, splitted, rows = web.cgiSearch(cgi, "qosProfile") -- if any rows to delete if (rows) then errorFlag, statusCode = fwView.deleteQosProfiles(rows) end -- save db if no error if (errorFlag == "OK") then db.save() end statusMessage = db.getAttribute("stringsMap", "stringId", statusCode, LANGUAGE) or statusCode web.goToPage(NextPage, true, true) else ?> $|COMPANY_NAME|$ $|PRODUCT_FAMILY|$ - QOS Profiles
 
QoS Profiles
 
IPv6
IPv4
 
 
$| statusMessage|$
List of QoS Profiles
15) then qosProfileName = row["qosProfile.ProfileName"] row["qosProfile.ProfileName"] = string.sub(row["qosProfile.ProfileName"],1,15).. "..." end ?>
  Profile Name QoS Type QoS Value Priority Action
$| row["qosProfile.ProfileName"] or '' |$ $| qosType |$ $| row["qosProfile.Value"] or '' |$ $| priority or '' |$