Add newlines to the ends of files
Many files did not end in newlines. This can cause problems with UNIX tools which expect every line to end with a newline/line break. May require manually restarting the webclient. Change-Id: If6cf0c13fc82858efbf8b34b6eb0774441ecf535
This commit is contained in:
parent
4c14896122
commit
020ec19e3e
@ -29,4 +29,4 @@
|
||||
<i class="fa fa-sb-project-group fa-lg"></i>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</ul>
|
||||
|
@ -38,4 +38,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -25,4 +25,4 @@
|
||||
<p>This feature has not yet been implemented.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -25,4 +25,4 @@
|
||||
<p>This feature has not yet been implemented.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -23,4 +23,4 @@
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -39,4 +39,4 @@
|
||||
be easily able to submit a bug report to storyboard -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -28,4 +28,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -26,4 +26,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -7,4 +7,4 @@
|
||||
projects.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -41,4 +41,4 @@
|
||||
×
|
||||
</button>
|
||||
{{n.message}}
|
||||
</script>
|
||||
</script>
|
||||
|
@ -25,4 +25,4 @@
|
||||
<i class="fa fa-sb-profile-tokens fa-lg"></i>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</ul>
|
||||
|
@ -89,4 +89,4 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -78,4 +78,4 @@
|
||||
×
|
||||
</a>
|
||||
</div>
|
||||
</span>
|
||||
</span>
|
||||
|
@ -236,4 +236,4 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -32,4 +32,4 @@
|
||||
<span ng-switch-default>
|
||||
<i class="fa fa-question text-muted"></i> {{match.model.type}}
|
||||
</span>
|
||||
</a>
|
||||
</a>
|
||||
|
@ -2,4 +2,4 @@
|
||||
<td class="text-right">
|
||||
<span class="text-muted">Last Login:</span>
|
||||
{{user.last_login | date: 'mediumDate'}}
|
||||
</td>
|
||||
</td>
|
||||
|
@ -23,4 +23,4 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</span>
|
||||
</span>
|
||||
|
@ -38,4 +38,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -107,4 +107,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -150,4 +150,4 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</script>
|
||||
</script>
|
||||
|
@ -91,4 +91,4 @@
|
||||
<div ui-view="submenu"
|
||||
class="nav-submenu">
|
||||
</div>
|
||||
</nav>
|
||||
</nav>
|
||||
|
@ -36,4 +36,4 @@
|
||||
focus="autoFocus"
|
||||
ng-blur="onInputBlur(inputText)"
|
||||
ng-model="inputText"
|
||||
maxlength="{{maxLength}}"/>
|
||||
maxlength="{{maxLength}}"/>
|
||||
|
@ -1,3 +1,3 @@
|
||||
<span class="label {{labelStyle}}" ng-show="!!story">
|
||||
{{story.status | capitalize}}
|
||||
</span>
|
||||
</span>
|
||||
|
@ -1 +1 @@
|
||||
{"storyboardApiBase": "http://storyboard.openstack.org/api/v1"}
|
||||
{"storyboardApiBase": "http://storyboard.openstack.org/api/v1"}
|
||||
|
@ -1 +1 @@
|
||||
This file intentionally left blank.
|
||||
This file intentionally left blank.
|
||||
|
@ -21,4 +21,4 @@ a.auth-provider.btn {
|
||||
text-align: left;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
}
|
||||
|
@ -59,4 +59,4 @@ body {
|
||||
margin-left: (@navbar-fixed-side-width-lg + @navbar-fixed-side-submenu-width-lg);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -25,4 +25,4 @@
|
||||
background-color: @brand-success;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -257,4 +257,4 @@
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -41,4 +41,4 @@ table.table.table-clean {
|
||||
border-top: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
2
src/theme/base/bootstrap_addons.less
vendored
2
src/theme/base/bootstrap_addons.less
vendored
@ -202,4 +202,4 @@ td .form-group:last-child {
|
||||
position: absolute;
|
||||
right: (@grid-gutter-width / 2);
|
||||
bottom: @padding-base-horizontal;
|
||||
}
|
||||
}
|
||||
|
@ -47,4 +47,4 @@
|
||||
margin-top: 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -28,4 +28,4 @@
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -48,4 +48,4 @@
|
||||
.alert {
|
||||
box-shadow: 3px 3px 10px rgba(0, 0, 0, .5)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -142,4 +142,4 @@
|
||||
.box-shadow(~"inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px @{color-rgba}");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -21,4 +21,4 @@ p, span, em, strong, small {
|
||||
&.honor-carriage-return {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -28,4 +28,4 @@ by using `@import` directives in your own theme file. Note that `@include`
|
||||
resolves first from the current directory before checking the resolution path.
|
||||
|
||||
All files in this directory with the `*.less` extension are included in our
|
||||
`.gitignore`, so updating your codebase will not override those files.
|
||||
`.gitignore`, so updating your codebase will not override those files.
|
||||
|
Loading…
x
Reference in New Issue
Block a user