Skip to content

Commit

Permalink
0.5.0 rev 3242
Browse files Browse the repository at this point in the history
  • Loading branch information
nightflyza committed Feb 4, 2014
1 parent 116951a commit d18e6a5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0 rev 3241
0.5.0 rev 3242
4 changes: 4 additions & 0 deletions api/libs/api.snmp.php
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,10 @@ function sp_SnmpPollDevice($ip,$community,$alltemplates,$deviceTemplate,$alluser
//switch port assing form
if ($alterCfg['SWITCHPORT_IN_PROFILE']) {
$assignForm= wf_modal(web_edit_icon(__('Switch port assign')), __('Switch port assign'), web_SnmpSwitchControlForm($userLogin,$allswitchesArray,$allportassigndata,@$_GET['switchid'],$eachPort), '', '500', '250');

if (isset($allportassigndata[$userLogin])) {
$assignForm.=wf_img('skins/arrow_right_green.png').$allportassigndata[$userLogin]['port'];
}
} else {
$assignForm= '';
}
Expand Down
2 changes: 1 addition & 1 deletion config/alter.ini
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ COMPLEX_CFIDS=""
;Push DN data to content/dn while fullhostscan remote API call
DN_FULLHOSTSCAN=0
;Enable parsing of .docx documents
DOCX_SUPPORT=1
DOCX_SUPPORT=0
;value-added tax rate percent for document templates
DOCX_NDS=20
;additional services printable within documents, separator - comma
Expand Down
Binary file added skins/arrow_right_green.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d18e6a5

Please sign in to comment.