mirror of
https://github.com/mayswind/AriaNg.git
synced 2026-02-09 02:49:26 +08:00
fix typo
This commit is contained in:
@@ -227,7 +227,7 @@
|
||||
getCurrentUnixTime: function () {
|
||||
return moment().format('X');
|
||||
},
|
||||
getLongTimeFronUnixTime: function (unixTime) {
|
||||
getLongTimeFromUnixTime: function (unixTime) {
|
||||
return moment(unixTime, 'X').format('HH:mm:ss');
|
||||
},
|
||||
getTimeOptions: function (timeList, withDisabled) {
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
return '<div>' + $translate.instant('No Data') + '</div>';
|
||||
}
|
||||
|
||||
var time = ariaNgCommonService.getLongTimeFronUnixTime(params[0].name);
|
||||
var time = ariaNgCommonService.getLongTimeFromUnixTime(params[0].name);
|
||||
var uploadSpeed = $filter('readableVolume')(params[0].value) + '/s';
|
||||
var downloadSpeed = $filter('readableVolume')(params[1].value) + '/s';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user