Skip to content

Commit

Permalink
lets not add an empty header field by default; folks can click the ad…
Browse files Browse the repository at this point in the history
…d header easily and it makes the UI simpler to look at ;)
  • Loading branch information
jstrachan committed Dec 4, 2013
1 parent 246ec98 commit 1187899
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hawtio-web/src/main/webapp/app/camel/js/send.ts
Expand Up @@ -56,9 +56,6 @@ module Camel {
}
};

// lets add a default header
$scope.addHeader();

$scope.removeHeader = (header) => {
$scope.headers = $scope.headers.remove(header);
};
Expand Down

0 comments on commit 1187899

Please sign in to comment.