anmolbabu has posted comments on this change. Change subject: gluster-nagios-monitoring : Added a link to nagios home page ......................................................................
Patch Set 4: (1 comment) http://gerrit.ovirt.org/#/c/33066/4/gluster-nagios-monitoring/src/js/trends.js File gluster-nagios-monitoring/src/js/trends.js: Line 476: $scope.graphs[i] = graphs[i]; Line 477: } Line 478: }; Line 479: $scope.goToNagios = function() { Line 480: var url = dataManager.getPnp4NagiosUrl() + "/nagios"; > by default window.open() will open in the new browser window . So '_blank' Done Line 481: $window.open(url,'_blank'); Line 482: }; Line 483: $scope.getCustomGraphs = function() { Line 484: var startDate = $rootScope.startDate; -- To view, visit http://gerrit.ovirt.org/33066 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I4842868b77c6f328deab92fdf6641877e1061256 Gerrit-PatchSet: 4 Gerrit-Project: samples-uiplugins Gerrit-Branch: master Gerrit-Owner: anmolbabu <[email protected]> Gerrit-Reviewer: Kanagaraj M <[email protected]> Gerrit-Reviewer: Ramesh N <[email protected]> Gerrit-Reviewer: Sahina Bose <[email protected]> Gerrit-Reviewer: anmolbabu <[email protected]> Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
