Explorar o código

Use ISO date format because I'm opinionated

Jakob Borg %!s(int64=11) %!d(string=hai) anos
pai
achega
5f47a8149f
Modificáronse 3 ficheiros con 1 adicións e 7 borrados
  1. 0 0
      auto/gui.files.go
  2. 0 6
      gui/app.js
  3. 1 1
      gui/index.html

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
auto/gui.files.go


+ 0 - 6
gui/app.js

@@ -1059,12 +1059,6 @@ syncthing.filter('clean', function () {
     };
 });
 
-syncthing.filter('asDate', function() {
-    return function (input) {
-        return new Date(input);
-    }
-})
-
 syncthing.directive('optionEditor', function () {
     return {
         restrict: 'C',

+ 1 - 1
gui/index.html

@@ -345,7 +345,7 @@
                       <tr ng-if="!connections[nodeCfg.NodeID]">
                         <th><span class="glyphicon glyphicon-eye-open"></span>&emsp;<span translate>Last seen</span></th>
                         <td translate ng-if="stats[nodeCfg.NodeID].LastSeen.indexOf('1970') > -1" class="text-right">Never</td>
-                        <td ng-if="stats[nodeCfg.NodeID].LastSeen.indexOf('1970') < 0" class="text-right">{{stats[nodeCfg.NodeID].LastSeen | asDate | date:'short'}}</td>
+                        <td ng-if="stats[nodeCfg.NodeID].LastSeen.indexOf('1970') < 0" class="text-right">{{stats[nodeCfg.NodeID].LastSeen | date:"yyyy-MM-dd HH:mm"}}</td>
                       </tr>
                     </tbody>
                   </table>

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio