Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add more reference paths
  • Loading branch information
gashcrumb committed Nov 14, 2013
1 parent 71dd1a8 commit 3a372ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion hawtio-web/src/main/webapp/app/core/js/corePlugin.ts
Expand Up @@ -7,7 +7,7 @@
/// <reference path='gridStyleDirective.ts'/>
/// <reference path='folder.ts'/>
/// <reference path='helpers.ts'/>
/// <reference path='../../jmx/js/helpers.ts'/>
/// <reference path='../../jmx/js/jmxPlugin.ts'/>


// Add any other known possible jolokia URLs here
Expand Down
15 changes: 0 additions & 15 deletions hawtio-web/src/main/webapp/app/jmx/js/operations.ts
Expand Up @@ -2,21 +2,6 @@

module Jmx {

/*
export interface IArg {
name : string;
type : string;
}
export interface IOperationControllerScope extends IMyAppScope {
item : IOperation;
title : string;
desc : string;
args : IArg[];
execute : (args : IArg[]) => void;
} */

// IOperationControllerScope
export function OperationController($scope, workspace:Workspace, jolokia, $document) {
$scope.title = $scope.item.humanReadable;
Expand Down

0 comments on commit 3a372ff

Please sign in to comment.