Convert Windows line endings to Unix

This commit is contained in:
Ed Morley 2017-04-05 18:15:45 +01:00
Родитель dd0f01687c
Коммит 90c73f6cbe
3 изменённых файлов: 51 добавлений и 51 удалений

Просмотреть файл

@ -1,31 +1,31 @@
{
"name": "Treeherder",
"description": "Dashboard & service for managing CI data for Mozilla projects",
"repository": {
"url": "https://github.com/mozilla/treeherder",
"license": "MPL2",
"tests": "https://travis-ci.org/mozilla/treeherder"
},
"participate": {
"home": "https://wiki.mozilla.org/EngineeringProductivity/Projects/Treeherder",
"docs": "https://treeherder.readthedocs.io/",
"irc": "irc://irc.mozilla.org/#treeherder",
"mailing-list": "https://groups.google.com/forum/#!forum/mozilla.tools.treeherder"
},
"bugs": {
"list": "https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder",
"report": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Tree%20Management&component=Treeherder"
},
"urls": {
"prod": "https://treeherder.mozilla.org/",
"stage": "https://treeherder.allizom.org/"
},
"keywords": [
"css",
"django",
"jquery",
"angular",
"js",
"python"
]
}
{
"name": "Treeherder",
"description": "Dashboard & service for managing CI data for Mozilla projects",
"repository": {
"url": "https://github.com/mozilla/treeherder",
"license": "MPL2",
"tests": "https://travis-ci.org/mozilla/treeherder"
},
"participate": {
"home": "https://wiki.mozilla.org/EngineeringProductivity/Projects/Treeherder",
"docs": "https://treeherder.readthedocs.io/",
"irc": "irc://irc.mozilla.org/#treeherder",
"mailing-list": "https://groups.google.com/forum/#!forum/mozilla.tools.treeherder"
},
"bugs": {
"list": "https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder",
"report": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Tree%20Management&component=Treeherder"
},
"urls": {
"prod": "https://treeherder.mozilla.org/",
"stage": "https://treeherder.allizom.org/"
},
"keywords": [
"css",
"django",
"jquery",
"angular",
"js",
"python"
]
}

Просмотреть файл

@ -1,14 +1,14 @@
<!-- Show this certain filters are active in Treeherder -->
<div class="alert alert-info active-filters-bar" ng-show="showActiveFiltersBar()" ng-cloak>
<i class="fa fa-info-circle" aria-hidden="true"></i>
<span><b>Active Filters</b></span>
<span ng-repeat="filter in activeFiltersBarProperties" class="btn btn-sm"
ng-show="search()[filter]"
title="Click to clear the {{ filter }} filter"
ng-click="dropLocationSearchParam(filter)">
<span ng-if="filter == 'author'">{{ filter }}: {{search()[filter].split('@')[0] | limitTo: 20}}</span>
<span ng-if="filter !== 'author'">{{ filter }}: {{search()[filter] | limitTo: 12}}</span>
<i class="fa fa-times-circle"></i>
</span>
</div>
<!-- Show this certain filters are active in Treeherder -->
<div class="alert alert-info active-filters-bar" ng-show="showActiveFiltersBar()" ng-cloak>
<i class="fa fa-info-circle" aria-hidden="true"></i>
<span><b>Active Filters</b></span>
<span ng-repeat="filter in activeFiltersBarProperties" class="btn btn-sm"
ng-show="search()[filter]"
title="Click to clear the {{ filter }} filter"
ng-click="dropLocationSearchParam(filter)">
<span ng-if="filter == 'author'">{{ filter }}: {{search()[filter].split('@')[0] | limitTo: 20}}</span>
<span ng-if="filter !== 'author'">{{ filter }}: {{search()[filter] | limitTo: 12}}</span>
<i class="fa fa-times-circle"></i>
</span>
</div>

Просмотреть файл

@ -1,6 +1,6 @@
<!-- Show this when the Treeherder server has updated -->
<div class="alert alert-info update-alert-panel" ng-show="serverChangedDelayed" ng-cloak>
<i class="fa fa-info-circle" aria-hidden="true"></i>
Treeherder has updated. To pick up the changes, you can reload the page
<button ng-click="updateButtonClick()" class="btn btn-xs btn-danger">Reload</button>
</div>
<!-- Show this when the Treeherder server has updated -->
<div class="alert alert-info update-alert-panel" ng-show="serverChangedDelayed" ng-cloak>
<i class="fa fa-info-circle" aria-hidden="true"></i>
Treeherder has updated. To pick up the changes, you can reload the page
<button ng-click="updateButtonClick()" class="btn btn-xs btn-danger">Reload</button>
</div>