Update schema.rb

This commit is contained in:
Rick Carlino 2017-11-01 16:41:14 -05:00
parent 62c10c4f92
commit fd2b6d0628
2 changed files with 2 additions and 3 deletions

View file

@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20171017200333) do
ActiveRecord::Schema.define(version: 20171031184914) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -33,7 +33,6 @@ ActiveRecord::Schema.define(version: 20171017200333) do
create_table "devices", id: :serial, force: :cascade do |t|
t.string "name"
t.string "webcam_url"
t.integer "max_log_count", default: 100
t.integer "max_images_count", default: 100
t.string "timezone", limit: 280

View file

@ -11,7 +11,7 @@ export class ToolList extends React.Component<ToolListProps, {}> {
const { tools } = this.props;
return <Widget>
<WidgetHeader helpText={ToolTips.TOOL_LIST} title="Tool">
<WidgetHeader helpText={ToolTips.TOOL_LIST} title="Tools">
<button
className="fb-button gray"
onClick={toggle}>