mirror of https://github.com/apache/lucene.git
SOLR-11648: message typo fixed
This commit is contained in:
parent
288ed174ac
commit
3450d71d1a
|
@ -26,10 +26,10 @@ function($scope,$http) {
|
|||
x.loading = false;
|
||||
x.done = true;
|
||||
x.run=true;
|
||||
$scope.msg = "Post Data Submitted Successfully!";
|
||||
$scope.msg = "Command Submitted Successfully!";
|
||||
}, function (response) {
|
||||
x.failed=true;
|
||||
$scope.msg = "Service not Exists";
|
||||
$scope.msg = "Service does not exist";
|
||||
$scope.statusval = response.status;
|
||||
$scope.statustext = response.statusText;
|
||||
$scope.headers = response.headers();
|
||||
|
|
Loading…
Reference in New Issue