Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
themsaid committed Dec 3, 2018
1 parent a31a958 commit 4ff1283
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 43 deletions.
87 changes: 47 additions & 40 deletions public/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -50306,48 +50306,55 @@ var render = function() {
),
_vm._v(" "),
_vm.recordingStatus !== "enabled"
? _c("p", { staticClass: "mt-0 mb-0 disabled-watcher" }, [
_c(
"svg",
{
attrs: {
xmlns: "http://www.w3.org/2000/svg",
x: "0px",
y: "0px",
width: "20px",
height: "20px",
viewBox: "0 0 90 90"
}
},
[
_c("path", {
? _c(
"p",
{
staticClass: "mt-0 mb-0 disabled-watcher d-flex align-items-center"
},
[
_c(
"svg",
{
staticClass: "mr-2",
attrs: {
fill: "#FFFFFF",
d:
"M45 0C20.1 0 0 20.1 0 45s20.1 45 45 45 45-20.1 45-45S69.9 0 45 0zM45 74.5c-3.6 0-6.5-2.9-6.5-6.5s2.9-6.5 6.5-6.5 6.5 2.9 6.5 6.5S48.6 74.5 45 74.5zM52.1 23.9l-2.5 29.6c0 2.5-2.1 4.6-4.6 4.6 -2.5 0-4.6-2.1-4.6-4.6l-2.5-29.6c-0.1-0.4-0.1-0.7-0.1-1.1 0-4 3.2-7.2 7.2-7.2 4 0 7.2 3.2 7.2 7.2C52.2 23.1 52.2 23.5 52.1 23.9z"
xmlns: "http://www.w3.org/2000/svg",
x: "0px",
y: "0px",
width: "20px",
height: "20px",
viewBox: "0 0 90 90"
}
})
]
),
_vm._v(" "),
_vm.recordingStatus == "disabled"
? _c("span", { staticClass: "ml-1" }, [
_vm._v("Telescope is currently disabled.")
])
: _vm._e(),
_vm._v(" "),
_vm.recordingStatus == "paused"
? _c("span", { staticClass: "ml-1" }, [
_vm._v("Telescope recording is paused.")
])
: _vm._e(),
_vm._v(" "),
_vm.recordingStatus == "off"
? _c("span", { staticClass: "ml-1" }, [
_vm._v("This watcher is turned off.")
])
: _vm._e()
])
},
[
_c("path", {
attrs: {
fill: "#FFFFFF",
d:
"M45 0C20.1 0 0 20.1 0 45s20.1 45 45 45 45-20.1 45-45S69.9 0 45 0zM45 74.5c-3.6 0-6.5-2.9-6.5-6.5s2.9-6.5 6.5-6.5 6.5 2.9 6.5 6.5S48.6 74.5 45 74.5zM52.1 23.9l-2.5 29.6c0 2.5-2.1 4.6-4.6 4.6 -2.5 0-4.6-2.1-4.6-4.6l-2.5-29.6c-0.1-0.4-0.1-0.7-0.1-1.1 0-4 3.2-7.2 7.2-7.2 4 0 7.2 3.2 7.2 7.2C52.2 23.1 52.2 23.5 52.1 23.9z"
}
})
]
),
_vm._v(" "),
_vm.recordingStatus == "disabled"
? _c("span", { staticClass: "ml-1" }, [
_vm._v("Telescope is currently disabled.")
])
: _vm._e(),
_vm._v(" "),
_vm.recordingStatus == "paused"
? _c("span", { staticClass: "ml-1" }, [
_vm._v("Telescope recording is paused.")
])
: _vm._e(),
_vm._v(" "),
_vm.recordingStatus == "off"
? _c("span", { staticClass: "ml-1" }, [
_vm._v("This watcher is turned off.")
])
: _vm._e()
]
)
: _vm._e(),
_vm._v(" "),
!_vm.ready
Expand Down
2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/app.js": "/app.js?id=a6ab755f6fa415dc0953",
"/app.js": "/app.js?id=cb082a14c0f0bb5764c9",
"/app.css": "/app.css?id=7c1ff2a14db6cf79b2c3",
"/app-dark.css": "/app-dark.css?id=3499432c9dbc93b0f541"
}
4 changes: 2 additions & 2 deletions resources/js/components/IndexScreen.vue
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@
placeholder="Search Tag" v-model="tag" @input.stop="search">
</div>

<p v-if="recordingStatus !== 'enabled'" class="mt-0 mb-0 disabled-watcher">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="20px" height="20px" viewBox="0 0 90 90">
<p v-if="recordingStatus !== 'enabled'" class="mt-0 mb-0 disabled-watcher d-flex align-items-center">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="20px" height="20px" viewBox="0 0 90 90" class="mr-2">
<path fill="#FFFFFF" d="M45 0C20.1 0 0 20.1 0 45s20.1 45 45 45 45-20.1 45-45S69.9 0 45 0zM45 74.5c-3.6 0-6.5-2.9-6.5-6.5s2.9-6.5 6.5-6.5 6.5 2.9 6.5 6.5S48.6 74.5 45 74.5zM52.1 23.9l-2.5 29.6c0 2.5-2.1 4.6-4.6 4.6 -2.5 0-4.6-2.1-4.6-4.6l-2.5-29.6c-0.1-0.4-0.1-0.7-0.1-1.1 0-4 3.2-7.2 7.2-7.2 4 0 7.2 3.2 7.2 7.2C52.2 23.1 52.2 23.5 52.1 23.9z"></path>
</svg>
<span class="ml-1" v-if="recordingStatus == 'disabled'">Telescope is currently disabled.</span>
Expand Down

0 comments on commit 4ff1283

Please sign in to comment.