mirror of https://github.com/statping/statping
service HTTP headers - minor UI - Group ordering - delete failures fix
parent
1950439b78
commit
e24b8353df
1
Makefile
1
Makefile
|
@ -261,6 +261,7 @@ tag:
|
||||||
|
|
||||||
generate:
|
generate:
|
||||||
cd source && go generate
|
cd source && go generate
|
||||||
|
cd handlers/graphql && go generate
|
||||||
|
|
||||||
# compress built binaries into tar.gz and zip formats
|
# compress built binaries into tar.gz and zip formats
|
||||||
compress:
|
compress:
|
||||||
|
|
|
@ -2899,7 +2899,7 @@ func (ec *executionContext) _Query___type(ctx context.Context, field graphql.Col
|
||||||
res := resTmp.(*introspection.Type)
|
res := resTmp.(*introspection.Type)
|
||||||
rctx.Result = res
|
rctx.Result = res
|
||||||
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
||||||
return ec.marshalO__Type2ᚖgithubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx, field.Selections, res)
|
return ec.marshalO__Type2ᚖgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx, field.Selections, res)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) _Query___schema(ctx context.Context, field graphql.CollectedField) graphql.Marshaler {
|
func (ec *executionContext) _Query___schema(ctx context.Context, field graphql.CollectedField) graphql.Marshaler {
|
||||||
|
@ -2923,7 +2923,7 @@ func (ec *executionContext) _Query___schema(ctx context.Context, field graphql.C
|
||||||
res := resTmp.(*introspection.Schema)
|
res := resTmp.(*introspection.Schema)
|
||||||
rctx.Result = res
|
rctx.Result = res
|
||||||
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
||||||
return ec.marshalO__Schema2ᚖgithubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐSchema(ctx, field.Selections, res)
|
return ec.marshalO__Schema2ᚖgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐSchema(ctx, field.Selections, res)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) _Service_id(ctx context.Context, field graphql.CollectedField, obj *types.Service) graphql.Marshaler {
|
func (ec *executionContext) _Service_id(ctx context.Context, field graphql.CollectedField, obj *types.Service) graphql.Marshaler {
|
||||||
|
@ -3970,7 +3970,7 @@ func (ec *executionContext) ___Directive_args(ctx context.Context, field graphql
|
||||||
res := resTmp.([]introspection.InputValue)
|
res := resTmp.([]introspection.InputValue)
|
||||||
rctx.Result = res
|
rctx.Result = res
|
||||||
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
||||||
return ec.marshalN__InputValue2ᚕgithubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐInputValue(ctx, field.Selections, res)
|
return ec.marshalN__InputValue2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐInputValue(ctx, field.Selections, res)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) ___EnumValue_name(ctx context.Context, field graphql.CollectedField, obj *introspection.EnumValue) graphql.Marshaler {
|
func (ec *executionContext) ___EnumValue_name(ctx context.Context, field graphql.CollectedField, obj *introspection.EnumValue) graphql.Marshaler {
|
||||||
|
@ -4150,7 +4150,7 @@ func (ec *executionContext) ___Field_args(ctx context.Context, field graphql.Col
|
||||||
res := resTmp.([]introspection.InputValue)
|
res := resTmp.([]introspection.InputValue)
|
||||||
rctx.Result = res
|
rctx.Result = res
|
||||||
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
||||||
return ec.marshalN__InputValue2ᚕgithubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐInputValue(ctx, field.Selections, res)
|
return ec.marshalN__InputValue2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐInputValue(ctx, field.Selections, res)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) ___Field_type(ctx context.Context, field graphql.CollectedField, obj *introspection.Field) graphql.Marshaler {
|
func (ec *executionContext) ___Field_type(ctx context.Context, field graphql.CollectedField, obj *introspection.Field) graphql.Marshaler {
|
||||||
|
@ -4177,7 +4177,7 @@ func (ec *executionContext) ___Field_type(ctx context.Context, field graphql.Col
|
||||||
res := resTmp.(*introspection.Type)
|
res := resTmp.(*introspection.Type)
|
||||||
rctx.Result = res
|
rctx.Result = res
|
||||||
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
||||||
return ec.marshalN__Type2ᚖgithubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx, field.Selections, res)
|
return ec.marshalN__Type2ᚖgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx, field.Selections, res)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) ___Field_isDeprecated(ctx context.Context, field graphql.CollectedField, obj *introspection.Field) graphql.Marshaler {
|
func (ec *executionContext) ___Field_isDeprecated(ctx context.Context, field graphql.CollectedField, obj *introspection.Field) graphql.Marshaler {
|
||||||
|
@ -4306,7 +4306,7 @@ func (ec *executionContext) ___InputValue_type(ctx context.Context, field graphq
|
||||||
res := resTmp.(*introspection.Type)
|
res := resTmp.(*introspection.Type)
|
||||||
rctx.Result = res
|
rctx.Result = res
|
||||||
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
||||||
return ec.marshalN__Type2ᚖgithubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx, field.Selections, res)
|
return ec.marshalN__Type2ᚖgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx, field.Selections, res)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) ___InputValue_defaultValue(ctx context.Context, field graphql.CollectedField, obj *introspection.InputValue) graphql.Marshaler {
|
func (ec *executionContext) ___InputValue_defaultValue(ctx context.Context, field graphql.CollectedField, obj *introspection.InputValue) graphql.Marshaler {
|
||||||
|
@ -4357,7 +4357,7 @@ func (ec *executionContext) ___Schema_types(ctx context.Context, field graphql.C
|
||||||
res := resTmp.([]introspection.Type)
|
res := resTmp.([]introspection.Type)
|
||||||
rctx.Result = res
|
rctx.Result = res
|
||||||
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
||||||
return ec.marshalN__Type2ᚕgithubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx, field.Selections, res)
|
return ec.marshalN__Type2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx, field.Selections, res)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) ___Schema_queryType(ctx context.Context, field graphql.CollectedField, obj *introspection.Schema) graphql.Marshaler {
|
func (ec *executionContext) ___Schema_queryType(ctx context.Context, field graphql.CollectedField, obj *introspection.Schema) graphql.Marshaler {
|
||||||
|
@ -4384,7 +4384,7 @@ func (ec *executionContext) ___Schema_queryType(ctx context.Context, field graph
|
||||||
res := resTmp.(*introspection.Type)
|
res := resTmp.(*introspection.Type)
|
||||||
rctx.Result = res
|
rctx.Result = res
|
||||||
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
||||||
return ec.marshalN__Type2ᚖgithubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx, field.Selections, res)
|
return ec.marshalN__Type2ᚖgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx, field.Selections, res)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) ___Schema_mutationType(ctx context.Context, field graphql.CollectedField, obj *introspection.Schema) graphql.Marshaler {
|
func (ec *executionContext) ___Schema_mutationType(ctx context.Context, field graphql.CollectedField, obj *introspection.Schema) graphql.Marshaler {
|
||||||
|
@ -4408,7 +4408,7 @@ func (ec *executionContext) ___Schema_mutationType(ctx context.Context, field gr
|
||||||
res := resTmp.(*introspection.Type)
|
res := resTmp.(*introspection.Type)
|
||||||
rctx.Result = res
|
rctx.Result = res
|
||||||
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
||||||
return ec.marshalO__Type2ᚖgithubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx, field.Selections, res)
|
return ec.marshalO__Type2ᚖgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx, field.Selections, res)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) ___Schema_subscriptionType(ctx context.Context, field graphql.CollectedField, obj *introspection.Schema) graphql.Marshaler {
|
func (ec *executionContext) ___Schema_subscriptionType(ctx context.Context, field graphql.CollectedField, obj *introspection.Schema) graphql.Marshaler {
|
||||||
|
@ -4432,7 +4432,7 @@ func (ec *executionContext) ___Schema_subscriptionType(ctx context.Context, fiel
|
||||||
res := resTmp.(*introspection.Type)
|
res := resTmp.(*introspection.Type)
|
||||||
rctx.Result = res
|
rctx.Result = res
|
||||||
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
||||||
return ec.marshalO__Type2ᚖgithubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx, field.Selections, res)
|
return ec.marshalO__Type2ᚖgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx, field.Selections, res)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) ___Schema_directives(ctx context.Context, field graphql.CollectedField, obj *introspection.Schema) graphql.Marshaler {
|
func (ec *executionContext) ___Schema_directives(ctx context.Context, field graphql.CollectedField, obj *introspection.Schema) graphql.Marshaler {
|
||||||
|
@ -4459,7 +4459,7 @@ func (ec *executionContext) ___Schema_directives(ctx context.Context, field grap
|
||||||
res := resTmp.([]introspection.Directive)
|
res := resTmp.([]introspection.Directive)
|
||||||
rctx.Result = res
|
rctx.Result = res
|
||||||
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
||||||
return ec.marshalN__Directive2ᚕgithubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐDirective(ctx, field.Selections, res)
|
return ec.marshalN__Directive2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐDirective(ctx, field.Selections, res)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) ___Type_kind(ctx context.Context, field graphql.CollectedField, obj *introspection.Type) graphql.Marshaler {
|
func (ec *executionContext) ___Type_kind(ctx context.Context, field graphql.CollectedField, obj *introspection.Type) graphql.Marshaler {
|
||||||
|
@ -4565,7 +4565,7 @@ func (ec *executionContext) ___Type_fields(ctx context.Context, field graphql.Co
|
||||||
res := resTmp.([]introspection.Field)
|
res := resTmp.([]introspection.Field)
|
||||||
rctx.Result = res
|
rctx.Result = res
|
||||||
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
||||||
return ec.marshalO__Field2ᚕgithubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐField(ctx, field.Selections, res)
|
return ec.marshalO__Field2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐField(ctx, field.Selections, res)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) ___Type_interfaces(ctx context.Context, field graphql.CollectedField, obj *introspection.Type) graphql.Marshaler {
|
func (ec *executionContext) ___Type_interfaces(ctx context.Context, field graphql.CollectedField, obj *introspection.Type) graphql.Marshaler {
|
||||||
|
@ -4589,7 +4589,7 @@ func (ec *executionContext) ___Type_interfaces(ctx context.Context, field graphq
|
||||||
res := resTmp.([]introspection.Type)
|
res := resTmp.([]introspection.Type)
|
||||||
rctx.Result = res
|
rctx.Result = res
|
||||||
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
||||||
return ec.marshalO__Type2ᚕgithubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx, field.Selections, res)
|
return ec.marshalO__Type2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx, field.Selections, res)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) ___Type_possibleTypes(ctx context.Context, field graphql.CollectedField, obj *introspection.Type) graphql.Marshaler {
|
func (ec *executionContext) ___Type_possibleTypes(ctx context.Context, field graphql.CollectedField, obj *introspection.Type) graphql.Marshaler {
|
||||||
|
@ -4613,7 +4613,7 @@ func (ec *executionContext) ___Type_possibleTypes(ctx context.Context, field gra
|
||||||
res := resTmp.([]introspection.Type)
|
res := resTmp.([]introspection.Type)
|
||||||
rctx.Result = res
|
rctx.Result = res
|
||||||
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
||||||
return ec.marshalO__Type2ᚕgithubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx, field.Selections, res)
|
return ec.marshalO__Type2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx, field.Selections, res)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) ___Type_enumValues(ctx context.Context, field graphql.CollectedField, obj *introspection.Type) graphql.Marshaler {
|
func (ec *executionContext) ___Type_enumValues(ctx context.Context, field graphql.CollectedField, obj *introspection.Type) graphql.Marshaler {
|
||||||
|
@ -4644,7 +4644,7 @@ func (ec *executionContext) ___Type_enumValues(ctx context.Context, field graphq
|
||||||
res := resTmp.([]introspection.EnumValue)
|
res := resTmp.([]introspection.EnumValue)
|
||||||
rctx.Result = res
|
rctx.Result = res
|
||||||
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
||||||
return ec.marshalO__EnumValue2ᚕgithubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐEnumValue(ctx, field.Selections, res)
|
return ec.marshalO__EnumValue2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐEnumValue(ctx, field.Selections, res)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) ___Type_inputFields(ctx context.Context, field graphql.CollectedField, obj *introspection.Type) graphql.Marshaler {
|
func (ec *executionContext) ___Type_inputFields(ctx context.Context, field graphql.CollectedField, obj *introspection.Type) graphql.Marshaler {
|
||||||
|
@ -4668,7 +4668,7 @@ func (ec *executionContext) ___Type_inputFields(ctx context.Context, field graph
|
||||||
res := resTmp.([]introspection.InputValue)
|
res := resTmp.([]introspection.InputValue)
|
||||||
rctx.Result = res
|
rctx.Result = res
|
||||||
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
||||||
return ec.marshalO__InputValue2ᚕgithubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐInputValue(ctx, field.Selections, res)
|
return ec.marshalO__InputValue2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐInputValue(ctx, field.Selections, res)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) ___Type_ofType(ctx context.Context, field graphql.CollectedField, obj *introspection.Type) graphql.Marshaler {
|
func (ec *executionContext) ___Type_ofType(ctx context.Context, field graphql.CollectedField, obj *introspection.Type) graphql.Marshaler {
|
||||||
|
@ -4692,7 +4692,7 @@ func (ec *executionContext) ___Type_ofType(ctx context.Context, field graphql.Co
|
||||||
res := resTmp.(*introspection.Type)
|
res := resTmp.(*introspection.Type)
|
||||||
rctx.Result = res
|
rctx.Result = res
|
||||||
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
ctx = ec.Tracer.StartFieldChildExecution(ctx)
|
||||||
return ec.marshalO__Type2ᚖgithubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx, field.Selections, res)
|
return ec.marshalO__Type2ᚖgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx, field.Selections, res)
|
||||||
}
|
}
|
||||||
|
|
||||||
// endregion **************************** field.gotpl *****************************
|
// endregion **************************** field.gotpl *****************************
|
||||||
|
@ -4710,7 +4710,7 @@ func (ec *executionContext) ___Type_ofType(ctx context.Context, field graphql.Co
|
||||||
var checkinImplementors = []string{"Checkin"}
|
var checkinImplementors = []string{"Checkin"}
|
||||||
|
|
||||||
func (ec *executionContext) _Checkin(ctx context.Context, sel ast.SelectionSet, obj *types.Checkin) graphql.Marshaler {
|
func (ec *executionContext) _Checkin(ctx context.Context, sel ast.SelectionSet, obj *types.Checkin) graphql.Marshaler {
|
||||||
fields := graphql.CollectFields(ec.RequestContext, sel, checkinImplementors)
|
fields := graphql.CollectFields(ctx, sel, checkinImplementors)
|
||||||
|
|
||||||
out := graphql.NewFieldSet(fields)
|
out := graphql.NewFieldSet(fields)
|
||||||
invalid := false
|
invalid := false
|
||||||
|
@ -4804,7 +4804,7 @@ func (ec *executionContext) _Checkin(ctx context.Context, sel ast.SelectionSet,
|
||||||
var checkinHitImplementors = []string{"CheckinHit"}
|
var checkinHitImplementors = []string{"CheckinHit"}
|
||||||
|
|
||||||
func (ec *executionContext) _CheckinHit(ctx context.Context, sel ast.SelectionSet, obj *types.CheckinHit) graphql.Marshaler {
|
func (ec *executionContext) _CheckinHit(ctx context.Context, sel ast.SelectionSet, obj *types.CheckinHit) graphql.Marshaler {
|
||||||
fields := graphql.CollectFields(ec.RequestContext, sel, checkinHitImplementors)
|
fields := graphql.CollectFields(ctx, sel, checkinHitImplementors)
|
||||||
|
|
||||||
out := graphql.NewFieldSet(fields)
|
out := graphql.NewFieldSet(fields)
|
||||||
invalid := false
|
invalid := false
|
||||||
|
@ -4841,7 +4841,7 @@ func (ec *executionContext) _CheckinHit(ctx context.Context, sel ast.SelectionSe
|
||||||
var coreImplementors = []string{"Core"}
|
var coreImplementors = []string{"Core"}
|
||||||
|
|
||||||
func (ec *executionContext) _Core(ctx context.Context, sel ast.SelectionSet, obj *types.Core) graphql.Marshaler {
|
func (ec *executionContext) _Core(ctx context.Context, sel ast.SelectionSet, obj *types.Core) graphql.Marshaler {
|
||||||
fields := graphql.CollectFields(ec.RequestContext, sel, coreImplementors)
|
fields := graphql.CollectFields(ctx, sel, coreImplementors)
|
||||||
|
|
||||||
out := graphql.NewFieldSet(fields)
|
out := graphql.NewFieldSet(fields)
|
||||||
invalid := false
|
invalid := false
|
||||||
|
@ -4940,7 +4940,7 @@ func (ec *executionContext) _Core(ctx context.Context, sel ast.SelectionSet, obj
|
||||||
var failureImplementors = []string{"Failure"}
|
var failureImplementors = []string{"Failure"}
|
||||||
|
|
||||||
func (ec *executionContext) _Failure(ctx context.Context, sel ast.SelectionSet, obj *types.Failure) graphql.Marshaler {
|
func (ec *executionContext) _Failure(ctx context.Context, sel ast.SelectionSet, obj *types.Failure) graphql.Marshaler {
|
||||||
fields := graphql.CollectFields(ec.RequestContext, sel, failureImplementors)
|
fields := graphql.CollectFields(ctx, sel, failureImplementors)
|
||||||
|
|
||||||
out := graphql.NewFieldSet(fields)
|
out := graphql.NewFieldSet(fields)
|
||||||
invalid := false
|
invalid := false
|
||||||
|
@ -4997,7 +4997,7 @@ func (ec *executionContext) _Failure(ctx context.Context, sel ast.SelectionSet,
|
||||||
var groupImplementors = []string{"Group"}
|
var groupImplementors = []string{"Group"}
|
||||||
|
|
||||||
func (ec *executionContext) _Group(ctx context.Context, sel ast.SelectionSet, obj *types.Group) graphql.Marshaler {
|
func (ec *executionContext) _Group(ctx context.Context, sel ast.SelectionSet, obj *types.Group) graphql.Marshaler {
|
||||||
fields := graphql.CollectFields(ec.RequestContext, sel, groupImplementors)
|
fields := graphql.CollectFields(ctx, sel, groupImplementors)
|
||||||
|
|
||||||
out := graphql.NewFieldSet(fields)
|
out := graphql.NewFieldSet(fields)
|
||||||
invalid := false
|
invalid := false
|
||||||
|
@ -5058,7 +5058,7 @@ func (ec *executionContext) _Group(ctx context.Context, sel ast.SelectionSet, ob
|
||||||
var messageImplementors = []string{"Message"}
|
var messageImplementors = []string{"Message"}
|
||||||
|
|
||||||
func (ec *executionContext) _Message(ctx context.Context, sel ast.SelectionSet, obj *types.Message) graphql.Marshaler {
|
func (ec *executionContext) _Message(ctx context.Context, sel ast.SelectionSet, obj *types.Message) graphql.Marshaler {
|
||||||
fields := graphql.CollectFields(ec.RequestContext, sel, messageImplementors)
|
fields := graphql.CollectFields(ctx, sel, messageImplementors)
|
||||||
|
|
||||||
out := graphql.NewFieldSet(fields)
|
out := graphql.NewFieldSet(fields)
|
||||||
invalid := false
|
invalid := false
|
||||||
|
@ -5162,7 +5162,7 @@ func (ec *executionContext) _Message(ctx context.Context, sel ast.SelectionSet,
|
||||||
var queryImplementors = []string{"Query"}
|
var queryImplementors = []string{"Query"}
|
||||||
|
|
||||||
func (ec *executionContext) _Query(ctx context.Context, sel ast.SelectionSet) graphql.Marshaler {
|
func (ec *executionContext) _Query(ctx context.Context, sel ast.SelectionSet) graphql.Marshaler {
|
||||||
fields := graphql.CollectFields(ec.RequestContext, sel, queryImplementors)
|
fields := graphql.CollectFields(ctx, sel, queryImplementors)
|
||||||
|
|
||||||
ctx = graphql.WithResolverContext(ctx, &graphql.ResolverContext{
|
ctx = graphql.WithResolverContext(ctx, &graphql.ResolverContext{
|
||||||
Object: "Query",
|
Object: "Query",
|
||||||
|
@ -5328,7 +5328,7 @@ func (ec *executionContext) _Query(ctx context.Context, sel ast.SelectionSet) gr
|
||||||
var serviceImplementors = []string{"Service"}
|
var serviceImplementors = []string{"Service"}
|
||||||
|
|
||||||
func (ec *executionContext) _Service(ctx context.Context, sel ast.SelectionSet, obj *types.Service) graphql.Marshaler {
|
func (ec *executionContext) _Service(ctx context.Context, sel ast.SelectionSet, obj *types.Service) graphql.Marshaler {
|
||||||
fields := graphql.CollectFields(ec.RequestContext, sel, serviceImplementors)
|
fields := graphql.CollectFields(ctx, sel, serviceImplementors)
|
||||||
|
|
||||||
out := graphql.NewFieldSet(fields)
|
out := graphql.NewFieldSet(fields)
|
||||||
invalid := false
|
invalid := false
|
||||||
|
@ -5563,7 +5563,7 @@ func (ec *executionContext) _Service(ctx context.Context, sel ast.SelectionSet,
|
||||||
var userImplementors = []string{"User"}
|
var userImplementors = []string{"User"}
|
||||||
|
|
||||||
func (ec *executionContext) _User(ctx context.Context, sel ast.SelectionSet, obj *types.User) graphql.Marshaler {
|
func (ec *executionContext) _User(ctx context.Context, sel ast.SelectionSet, obj *types.User) graphql.Marshaler {
|
||||||
fields := graphql.CollectFields(ec.RequestContext, sel, userImplementors)
|
fields := graphql.CollectFields(ctx, sel, userImplementors)
|
||||||
|
|
||||||
out := graphql.NewFieldSet(fields)
|
out := graphql.NewFieldSet(fields)
|
||||||
invalid := false
|
invalid := false
|
||||||
|
@ -5634,7 +5634,7 @@ func (ec *executionContext) _User(ctx context.Context, sel ast.SelectionSet, obj
|
||||||
var __DirectiveImplementors = []string{"__Directive"}
|
var __DirectiveImplementors = []string{"__Directive"}
|
||||||
|
|
||||||
func (ec *executionContext) ___Directive(ctx context.Context, sel ast.SelectionSet, obj *introspection.Directive) graphql.Marshaler {
|
func (ec *executionContext) ___Directive(ctx context.Context, sel ast.SelectionSet, obj *introspection.Directive) graphql.Marshaler {
|
||||||
fields := graphql.CollectFields(ec.RequestContext, sel, __DirectiveImplementors)
|
fields := graphql.CollectFields(ctx, sel, __DirectiveImplementors)
|
||||||
|
|
||||||
out := graphql.NewFieldSet(fields)
|
out := graphql.NewFieldSet(fields)
|
||||||
invalid := false
|
invalid := false
|
||||||
|
@ -5673,7 +5673,7 @@ func (ec *executionContext) ___Directive(ctx context.Context, sel ast.SelectionS
|
||||||
var __EnumValueImplementors = []string{"__EnumValue"}
|
var __EnumValueImplementors = []string{"__EnumValue"}
|
||||||
|
|
||||||
func (ec *executionContext) ___EnumValue(ctx context.Context, sel ast.SelectionSet, obj *introspection.EnumValue) graphql.Marshaler {
|
func (ec *executionContext) ___EnumValue(ctx context.Context, sel ast.SelectionSet, obj *introspection.EnumValue) graphql.Marshaler {
|
||||||
fields := graphql.CollectFields(ec.RequestContext, sel, __EnumValueImplementors)
|
fields := graphql.CollectFields(ctx, sel, __EnumValueImplementors)
|
||||||
|
|
||||||
out := graphql.NewFieldSet(fields)
|
out := graphql.NewFieldSet(fields)
|
||||||
invalid := false
|
invalid := false
|
||||||
|
@ -5709,7 +5709,7 @@ func (ec *executionContext) ___EnumValue(ctx context.Context, sel ast.SelectionS
|
||||||
var __FieldImplementors = []string{"__Field"}
|
var __FieldImplementors = []string{"__Field"}
|
||||||
|
|
||||||
func (ec *executionContext) ___Field(ctx context.Context, sel ast.SelectionSet, obj *introspection.Field) graphql.Marshaler {
|
func (ec *executionContext) ___Field(ctx context.Context, sel ast.SelectionSet, obj *introspection.Field) graphql.Marshaler {
|
||||||
fields := graphql.CollectFields(ec.RequestContext, sel, __FieldImplementors)
|
fields := graphql.CollectFields(ctx, sel, __FieldImplementors)
|
||||||
|
|
||||||
out := graphql.NewFieldSet(fields)
|
out := graphql.NewFieldSet(fields)
|
||||||
invalid := false
|
invalid := false
|
||||||
|
@ -5755,7 +5755,7 @@ func (ec *executionContext) ___Field(ctx context.Context, sel ast.SelectionSet,
|
||||||
var __InputValueImplementors = []string{"__InputValue"}
|
var __InputValueImplementors = []string{"__InputValue"}
|
||||||
|
|
||||||
func (ec *executionContext) ___InputValue(ctx context.Context, sel ast.SelectionSet, obj *introspection.InputValue) graphql.Marshaler {
|
func (ec *executionContext) ___InputValue(ctx context.Context, sel ast.SelectionSet, obj *introspection.InputValue) graphql.Marshaler {
|
||||||
fields := graphql.CollectFields(ec.RequestContext, sel, __InputValueImplementors)
|
fields := graphql.CollectFields(ctx, sel, __InputValueImplementors)
|
||||||
|
|
||||||
out := graphql.NewFieldSet(fields)
|
out := graphql.NewFieldSet(fields)
|
||||||
invalid := false
|
invalid := false
|
||||||
|
@ -5791,7 +5791,7 @@ func (ec *executionContext) ___InputValue(ctx context.Context, sel ast.Selection
|
||||||
var __SchemaImplementors = []string{"__Schema"}
|
var __SchemaImplementors = []string{"__Schema"}
|
||||||
|
|
||||||
func (ec *executionContext) ___Schema(ctx context.Context, sel ast.SelectionSet, obj *introspection.Schema) graphql.Marshaler {
|
func (ec *executionContext) ___Schema(ctx context.Context, sel ast.SelectionSet, obj *introspection.Schema) graphql.Marshaler {
|
||||||
fields := graphql.CollectFields(ec.RequestContext, sel, __SchemaImplementors)
|
fields := graphql.CollectFields(ctx, sel, __SchemaImplementors)
|
||||||
|
|
||||||
out := graphql.NewFieldSet(fields)
|
out := graphql.NewFieldSet(fields)
|
||||||
invalid := false
|
invalid := false
|
||||||
|
@ -5832,7 +5832,7 @@ func (ec *executionContext) ___Schema(ctx context.Context, sel ast.SelectionSet,
|
||||||
var __TypeImplementors = []string{"__Type"}
|
var __TypeImplementors = []string{"__Type"}
|
||||||
|
|
||||||
func (ec *executionContext) ___Type(ctx context.Context, sel ast.SelectionSet, obj *introspection.Type) graphql.Marshaler {
|
func (ec *executionContext) ___Type(ctx context.Context, sel ast.SelectionSet, obj *introspection.Type) graphql.Marshaler {
|
||||||
fields := graphql.CollectFields(ec.RequestContext, sel, __TypeImplementors)
|
fields := graphql.CollectFields(ctx, sel, __TypeImplementors)
|
||||||
|
|
||||||
out := graphql.NewFieldSet(fields)
|
out := graphql.NewFieldSet(fields)
|
||||||
invalid := false
|
invalid := false
|
||||||
|
@ -6151,11 +6151,11 @@ func (ec *executionContext) marshalNUser2ᚕᚖgithubᚗcomᚋhunterlongᚋstatp
|
||||||
return ret
|
return ret
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) marshalN__Directive2githubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐDirective(ctx context.Context, sel ast.SelectionSet, v introspection.Directive) graphql.Marshaler {
|
func (ec *executionContext) marshalN__Directive2githubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐDirective(ctx context.Context, sel ast.SelectionSet, v introspection.Directive) graphql.Marshaler {
|
||||||
return ec.___Directive(ctx, sel, &v)
|
return ec.___Directive(ctx, sel, &v)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) marshalN__Directive2ᚕgithubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐDirective(ctx context.Context, sel ast.SelectionSet, v []introspection.Directive) graphql.Marshaler {
|
func (ec *executionContext) marshalN__Directive2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐDirective(ctx context.Context, sel ast.SelectionSet, v []introspection.Directive) graphql.Marshaler {
|
||||||
ret := make(graphql.Array, len(v))
|
ret := make(graphql.Array, len(v))
|
||||||
var wg sync.WaitGroup
|
var wg sync.WaitGroup
|
||||||
isLen1 := len(v) == 1
|
isLen1 := len(v) == 1
|
||||||
|
@ -6179,7 +6179,7 @@ func (ec *executionContext) marshalN__Directive2ᚕgithubᚗcomᚋhunterlongᚋs
|
||||||
if !isLen1 {
|
if !isLen1 {
|
||||||
defer wg.Done()
|
defer wg.Done()
|
||||||
}
|
}
|
||||||
ret[i] = ec.marshalN__Directive2githubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐDirective(ctx, sel, v[i])
|
ret[i] = ec.marshalN__Directive2githubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐDirective(ctx, sel, v[i])
|
||||||
}
|
}
|
||||||
if isLen1 {
|
if isLen1 {
|
||||||
f(i)
|
f(i)
|
||||||
|
@ -6257,19 +6257,19 @@ func (ec *executionContext) marshalN__DirectiveLocation2ᚕstring(ctx context.Co
|
||||||
return ret
|
return ret
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) marshalN__EnumValue2githubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐEnumValue(ctx context.Context, sel ast.SelectionSet, v introspection.EnumValue) graphql.Marshaler {
|
func (ec *executionContext) marshalN__EnumValue2githubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐEnumValue(ctx context.Context, sel ast.SelectionSet, v introspection.EnumValue) graphql.Marshaler {
|
||||||
return ec.___EnumValue(ctx, sel, &v)
|
return ec.___EnumValue(ctx, sel, &v)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) marshalN__Field2githubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐField(ctx context.Context, sel ast.SelectionSet, v introspection.Field) graphql.Marshaler {
|
func (ec *executionContext) marshalN__Field2githubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐField(ctx context.Context, sel ast.SelectionSet, v introspection.Field) graphql.Marshaler {
|
||||||
return ec.___Field(ctx, sel, &v)
|
return ec.___Field(ctx, sel, &v)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) marshalN__InputValue2githubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐInputValue(ctx context.Context, sel ast.SelectionSet, v introspection.InputValue) graphql.Marshaler {
|
func (ec *executionContext) marshalN__InputValue2githubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐInputValue(ctx context.Context, sel ast.SelectionSet, v introspection.InputValue) graphql.Marshaler {
|
||||||
return ec.___InputValue(ctx, sel, &v)
|
return ec.___InputValue(ctx, sel, &v)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) marshalN__InputValue2ᚕgithubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐInputValue(ctx context.Context, sel ast.SelectionSet, v []introspection.InputValue) graphql.Marshaler {
|
func (ec *executionContext) marshalN__InputValue2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐInputValue(ctx context.Context, sel ast.SelectionSet, v []introspection.InputValue) graphql.Marshaler {
|
||||||
ret := make(graphql.Array, len(v))
|
ret := make(graphql.Array, len(v))
|
||||||
var wg sync.WaitGroup
|
var wg sync.WaitGroup
|
||||||
isLen1 := len(v) == 1
|
isLen1 := len(v) == 1
|
||||||
|
@ -6293,7 +6293,7 @@ func (ec *executionContext) marshalN__InputValue2ᚕgithubᚗcomᚋhunterlongᚋ
|
||||||
if !isLen1 {
|
if !isLen1 {
|
||||||
defer wg.Done()
|
defer wg.Done()
|
||||||
}
|
}
|
||||||
ret[i] = ec.marshalN__InputValue2githubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐInputValue(ctx, sel, v[i])
|
ret[i] = ec.marshalN__InputValue2githubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐInputValue(ctx, sel, v[i])
|
||||||
}
|
}
|
||||||
if isLen1 {
|
if isLen1 {
|
||||||
f(i)
|
f(i)
|
||||||
|
@ -6306,11 +6306,11 @@ func (ec *executionContext) marshalN__InputValue2ᚕgithubᚗcomᚋhunterlongᚋ
|
||||||
return ret
|
return ret
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) marshalN__Type2githubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx context.Context, sel ast.SelectionSet, v introspection.Type) graphql.Marshaler {
|
func (ec *executionContext) marshalN__Type2githubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx context.Context, sel ast.SelectionSet, v introspection.Type) graphql.Marshaler {
|
||||||
return ec.___Type(ctx, sel, &v)
|
return ec.___Type(ctx, sel, &v)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) marshalN__Type2ᚕgithubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx context.Context, sel ast.SelectionSet, v []introspection.Type) graphql.Marshaler {
|
func (ec *executionContext) marshalN__Type2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx context.Context, sel ast.SelectionSet, v []introspection.Type) graphql.Marshaler {
|
||||||
ret := make(graphql.Array, len(v))
|
ret := make(graphql.Array, len(v))
|
||||||
var wg sync.WaitGroup
|
var wg sync.WaitGroup
|
||||||
isLen1 := len(v) == 1
|
isLen1 := len(v) == 1
|
||||||
|
@ -6334,7 +6334,7 @@ func (ec *executionContext) marshalN__Type2ᚕgithubᚗcomᚋhunterlongᚋstatpi
|
||||||
if !isLen1 {
|
if !isLen1 {
|
||||||
defer wg.Done()
|
defer wg.Done()
|
||||||
}
|
}
|
||||||
ret[i] = ec.marshalN__Type2githubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx, sel, v[i])
|
ret[i] = ec.marshalN__Type2githubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx, sel, v[i])
|
||||||
}
|
}
|
||||||
if isLen1 {
|
if isLen1 {
|
||||||
f(i)
|
f(i)
|
||||||
|
@ -6347,7 +6347,7 @@ func (ec *executionContext) marshalN__Type2ᚕgithubᚗcomᚋhunterlongᚋstatpi
|
||||||
return ret
|
return ret
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) marshalN__Type2ᚖgithubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx context.Context, sel ast.SelectionSet, v *introspection.Type) graphql.Marshaler {
|
func (ec *executionContext) marshalN__Type2ᚖgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx context.Context, sel ast.SelectionSet, v *introspection.Type) graphql.Marshaler {
|
||||||
if v == nil {
|
if v == nil {
|
||||||
if !ec.HasError(graphql.GetResolverContext(ctx)) {
|
if !ec.HasError(graphql.GetResolverContext(ctx)) {
|
||||||
ec.Errorf(ctx, "must not be null")
|
ec.Errorf(ctx, "must not be null")
|
||||||
|
@ -6579,7 +6579,7 @@ func (ec *executionContext) marshalOUser2ᚖgithubᚗcomᚋhunterlongᚋstatping
|
||||||
return ec._User(ctx, sel, v)
|
return ec._User(ctx, sel, v)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) marshalO__EnumValue2ᚕgithubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐEnumValue(ctx context.Context, sel ast.SelectionSet, v []introspection.EnumValue) graphql.Marshaler {
|
func (ec *executionContext) marshalO__EnumValue2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐEnumValue(ctx context.Context, sel ast.SelectionSet, v []introspection.EnumValue) graphql.Marshaler {
|
||||||
if v == nil {
|
if v == nil {
|
||||||
return graphql.Null
|
return graphql.Null
|
||||||
}
|
}
|
||||||
|
@ -6606,7 +6606,7 @@ func (ec *executionContext) marshalO__EnumValue2ᚕgithubᚗcomᚋhunterlongᚋs
|
||||||
if !isLen1 {
|
if !isLen1 {
|
||||||
defer wg.Done()
|
defer wg.Done()
|
||||||
}
|
}
|
||||||
ret[i] = ec.marshalN__EnumValue2githubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐEnumValue(ctx, sel, v[i])
|
ret[i] = ec.marshalN__EnumValue2githubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐEnumValue(ctx, sel, v[i])
|
||||||
}
|
}
|
||||||
if isLen1 {
|
if isLen1 {
|
||||||
f(i)
|
f(i)
|
||||||
|
@ -6619,7 +6619,7 @@ func (ec *executionContext) marshalO__EnumValue2ᚕgithubᚗcomᚋhunterlongᚋs
|
||||||
return ret
|
return ret
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) marshalO__Field2ᚕgithubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐField(ctx context.Context, sel ast.SelectionSet, v []introspection.Field) graphql.Marshaler {
|
func (ec *executionContext) marshalO__Field2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐField(ctx context.Context, sel ast.SelectionSet, v []introspection.Field) graphql.Marshaler {
|
||||||
if v == nil {
|
if v == nil {
|
||||||
return graphql.Null
|
return graphql.Null
|
||||||
}
|
}
|
||||||
|
@ -6646,7 +6646,7 @@ func (ec *executionContext) marshalO__Field2ᚕgithubᚗcomᚋhunterlongᚋstatp
|
||||||
if !isLen1 {
|
if !isLen1 {
|
||||||
defer wg.Done()
|
defer wg.Done()
|
||||||
}
|
}
|
||||||
ret[i] = ec.marshalN__Field2githubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐField(ctx, sel, v[i])
|
ret[i] = ec.marshalN__Field2githubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐField(ctx, sel, v[i])
|
||||||
}
|
}
|
||||||
if isLen1 {
|
if isLen1 {
|
||||||
f(i)
|
f(i)
|
||||||
|
@ -6659,7 +6659,7 @@ func (ec *executionContext) marshalO__Field2ᚕgithubᚗcomᚋhunterlongᚋstatp
|
||||||
return ret
|
return ret
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) marshalO__InputValue2ᚕgithubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐInputValue(ctx context.Context, sel ast.SelectionSet, v []introspection.InputValue) graphql.Marshaler {
|
func (ec *executionContext) marshalO__InputValue2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐInputValue(ctx context.Context, sel ast.SelectionSet, v []introspection.InputValue) graphql.Marshaler {
|
||||||
if v == nil {
|
if v == nil {
|
||||||
return graphql.Null
|
return graphql.Null
|
||||||
}
|
}
|
||||||
|
@ -6686,7 +6686,7 @@ func (ec *executionContext) marshalO__InputValue2ᚕgithubᚗcomᚋhunterlongᚋ
|
||||||
if !isLen1 {
|
if !isLen1 {
|
||||||
defer wg.Done()
|
defer wg.Done()
|
||||||
}
|
}
|
||||||
ret[i] = ec.marshalN__InputValue2githubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐInputValue(ctx, sel, v[i])
|
ret[i] = ec.marshalN__InputValue2githubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐInputValue(ctx, sel, v[i])
|
||||||
}
|
}
|
||||||
if isLen1 {
|
if isLen1 {
|
||||||
f(i)
|
f(i)
|
||||||
|
@ -6699,22 +6699,22 @@ func (ec *executionContext) marshalO__InputValue2ᚕgithubᚗcomᚋhunterlongᚋ
|
||||||
return ret
|
return ret
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) marshalO__Schema2githubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐSchema(ctx context.Context, sel ast.SelectionSet, v introspection.Schema) graphql.Marshaler {
|
func (ec *executionContext) marshalO__Schema2githubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐSchema(ctx context.Context, sel ast.SelectionSet, v introspection.Schema) graphql.Marshaler {
|
||||||
return ec.___Schema(ctx, sel, &v)
|
return ec.___Schema(ctx, sel, &v)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) marshalO__Schema2ᚖgithubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐSchema(ctx context.Context, sel ast.SelectionSet, v *introspection.Schema) graphql.Marshaler {
|
func (ec *executionContext) marshalO__Schema2ᚖgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐSchema(ctx context.Context, sel ast.SelectionSet, v *introspection.Schema) graphql.Marshaler {
|
||||||
if v == nil {
|
if v == nil {
|
||||||
return graphql.Null
|
return graphql.Null
|
||||||
}
|
}
|
||||||
return ec.___Schema(ctx, sel, v)
|
return ec.___Schema(ctx, sel, v)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) marshalO__Type2githubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx context.Context, sel ast.SelectionSet, v introspection.Type) graphql.Marshaler {
|
func (ec *executionContext) marshalO__Type2githubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx context.Context, sel ast.SelectionSet, v introspection.Type) graphql.Marshaler {
|
||||||
return ec.___Type(ctx, sel, &v)
|
return ec.___Type(ctx, sel, &v)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) marshalO__Type2ᚕgithubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx context.Context, sel ast.SelectionSet, v []introspection.Type) graphql.Marshaler {
|
func (ec *executionContext) marshalO__Type2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx context.Context, sel ast.SelectionSet, v []introspection.Type) graphql.Marshaler {
|
||||||
if v == nil {
|
if v == nil {
|
||||||
return graphql.Null
|
return graphql.Null
|
||||||
}
|
}
|
||||||
|
@ -6741,7 +6741,7 @@ func (ec *executionContext) marshalO__Type2ᚕgithubᚗcomᚋhunterlongᚋstatpi
|
||||||
if !isLen1 {
|
if !isLen1 {
|
||||||
defer wg.Done()
|
defer wg.Done()
|
||||||
}
|
}
|
||||||
ret[i] = ec.marshalN__Type2githubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx, sel, v[i])
|
ret[i] = ec.marshalN__Type2githubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx, sel, v[i])
|
||||||
}
|
}
|
||||||
if isLen1 {
|
if isLen1 {
|
||||||
f(i)
|
f(i)
|
||||||
|
@ -6754,7 +6754,7 @@ func (ec *executionContext) marshalO__Type2ᚕgithubᚗcomᚋhunterlongᚋstatpi
|
||||||
return ret
|
return ret
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ec *executionContext) marshalO__Type2ᚖgithubᚗcomᚋhunterlongᚋstatpingᚋvendorᚋgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx context.Context, sel ast.SelectionSet, v *introspection.Type) graphql.Marshaler {
|
func (ec *executionContext) marshalO__Type2ᚖgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType(ctx context.Context, sel ast.SelectionSet, v *introspection.Type) graphql.Marshaler {
|
||||||
if v == nil {
|
if v == nil {
|
||||||
return graphql.Null
|
return graphql.Null
|
||||||
}
|
}
|
||||||
|
|
|
@ -88,7 +88,7 @@ func Router() *mux.Router {
|
||||||
r.Handle("/settings/bulk_import", authenticated(bulkImportHandler, true)).Methods("POST")
|
r.Handle("/settings/bulk_import", authenticated(bulkImportHandler, true)).Methods("POST")
|
||||||
|
|
||||||
// SERVICE Routes
|
// SERVICE Routes
|
||||||
r.Handle("/services", http.HandlerFunc(servicesHandler)).Methods("GET")
|
r.Handle("/services", authenticated(servicesHandler, true)).Methods("GET")
|
||||||
r.Handle("/service/{id}", http.HandlerFunc(servicesViewHandler)).Methods("GET")
|
r.Handle("/service/{id}", http.HandlerFunc(servicesViewHandler)).Methods("GET")
|
||||||
r.Handle("/service/{id}/edit", authenticated(servicesViewHandler, true)).Methods("GET")
|
r.Handle("/service/{id}/edit", authenticated(servicesViewHandler, true)).Methods("GET")
|
||||||
r.Handle("/service/{id}/delete_failures", authenticated(servicesDeleteFailuresHandler, true)).Methods("GET")
|
r.Handle("/service/{id}/delete_failures", authenticated(servicesDeleteFailuresHandler, true)).Methods("GET")
|
||||||
|
@ -101,7 +101,7 @@ func Router() *mux.Router {
|
||||||
r.Handle("/api/groups/{id}", readOnly(apiGroupHandler, false)).Methods("GET")
|
r.Handle("/api/groups/{id}", readOnly(apiGroupHandler, false)).Methods("GET")
|
||||||
r.Handle("/api/groups/{id}", authenticated(apiGroupUpdateHandler, false)).Methods("POST")
|
r.Handle("/api/groups/{id}", authenticated(apiGroupUpdateHandler, false)).Methods("POST")
|
||||||
r.Handle("/api/groups/{id}", authenticated(apiGroupDeleteHandler, false)).Methods("DELETE")
|
r.Handle("/api/groups/{id}", authenticated(apiGroupDeleteHandler, false)).Methods("DELETE")
|
||||||
r.Handle("/api/groups/reorder", authenticated(apiGroupReorderHandler, false)).Methods("POST")
|
r.Handle("/api/reorder/groups", authenticated(apiGroupReorderHandler, false)).Methods("POST")
|
||||||
|
|
||||||
// API Routes
|
// API Routes
|
||||||
r.Handle("/api", authenticated(apiIndexHandler, false))
|
r.Handle("/api", authenticated(apiIndexHandler, false))
|
||||||
|
@ -112,7 +112,7 @@ func Router() *mux.Router {
|
||||||
r.Handle("/api/services", readOnly(apiAllServicesHandler, false)).Methods("GET")
|
r.Handle("/api/services", readOnly(apiAllServicesHandler, false)).Methods("GET")
|
||||||
r.Handle("/api/services", authenticated(apiCreateServiceHandler, false)).Methods("POST")
|
r.Handle("/api/services", authenticated(apiCreateServiceHandler, false)).Methods("POST")
|
||||||
r.Handle("/api/services/{id}", readOnly(apiServiceHandler, false)).Methods("GET")
|
r.Handle("/api/services/{id}", readOnly(apiServiceHandler, false)).Methods("GET")
|
||||||
r.Handle("/api/services/reorder", authenticated(reorderServiceHandler, false)).Methods("POST")
|
r.Handle("/api/reorder/services", authenticated(reorderServiceHandler, false)).Methods("POST")
|
||||||
r.Handle("/api/services/{id}/running", authenticated(apiServiceRunningHandler, false)).Methods("POST")
|
r.Handle("/api/services/{id}/running", authenticated(apiServiceRunningHandler, false)).Methods("POST")
|
||||||
r.Handle("/api/services/{id}/data", cached("30s", "application/json", http.HandlerFunc(apiServiceDataHandler))).Methods("GET")
|
r.Handle("/api/services/{id}/data", cached("30s", "application/json", http.HandlerFunc(apiServiceDataHandler))).Methods("GET")
|
||||||
r.Handle("/api/services/{id}/ping", cached("30s", "application/json", http.HandlerFunc(apiServicePingDataHandler))).Methods("GET")
|
r.Handle("/api/services/{id}/ping", cached("30s", "application/json", http.HandlerFunc(apiServicePingDataHandler))).Methods("GET")
|
||||||
|
|
|
@ -7,54 +7,66 @@
|
||||||
/* Mobile Service Container */
|
/* Mobile Service Container */
|
||||||
HTML, BODY {
|
HTML, BODY {
|
||||||
background-color: #fcfcfc;
|
background-color: #fcfcfc;
|
||||||
padding-bottom: 10px; }
|
padding-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
padding-bottom: 25px;
|
padding-bottom: 25px;
|
||||||
max-width: 860px;
|
max-width: 860px;
|
||||||
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.header-title {
|
.header-title {
|
||||||
color: #464646; }
|
color: #464646;
|
||||||
|
}
|
||||||
|
|
||||||
.header-desc {
|
.header-desc {
|
||||||
color: #939393; }
|
color: #939393;
|
||||||
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
border-radius: 0.2rem; }
|
border-radius: 0.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.online_list .badge {
|
.online_list .badge {
|
||||||
margin-top: 0.2rem; }
|
margin-top: 0.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
margin-bottom: 30px; }
|
margin-bottom: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
.btn-sm {
|
.btn-sm {
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
font-size: 0.75rem; }
|
font-size: 0.75rem;
|
||||||
|
}
|
||||||
|
|
||||||
.view_service_btn {
|
.view_service_btn {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: -40px;
|
bottom: -40px;
|
||||||
right: 40px; }
|
right: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
.service_lower_info {
|
.service_lower_info {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: -40px;
|
bottom: -40px;
|
||||||
left: 40px;
|
left: 40px;
|
||||||
color: #d1ffca;
|
color: #d1ffca;
|
||||||
font-size: 0.85rem; }
|
font-size: 0.85rem;
|
||||||
|
}
|
||||||
|
|
||||||
.lg_number {
|
.lg_number {
|
||||||
font-size: 2.3rem;
|
font-size: 2.3rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
display: block;
|
display: block;
|
||||||
color: #4f4f4f; }
|
color: #4f4f4f;
|
||||||
|
}
|
||||||
|
|
||||||
.stats_area {
|
.stats_area {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #a5a5a5; }
|
color: #a5a5a5;
|
||||||
|
}
|
||||||
|
|
||||||
.lower_canvas {
|
.lower_canvas {
|
||||||
height: 3.4rem;
|
height: 3.4rem;
|
||||||
|
@ -62,82 +74,101 @@ HTML, BODY {
|
||||||
background-color: #48d338;
|
background-color: #48d338;
|
||||||
padding: 15px 10px;
|
padding: 15px 10px;
|
||||||
margin-left: 0px !important;
|
margin-left: 0px !important;
|
||||||
margin-right: 0px !important; }
|
margin-right: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.lower_canvas SPAN {
|
.lower_canvas SPAN {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: #fff; }
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
margin-top: 20px; }
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.footer A {
|
.footer A {
|
||||||
color: #8d8d8d;
|
color: #8d8d8d;
|
||||||
text-decoration: none; }
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
.footer A:HOVER {
|
.footer A:HOVER {
|
||||||
color: #6d6d6d; }
|
color: #6d6d6d;
|
||||||
|
}
|
||||||
|
|
||||||
.badge {
|
.badge {
|
||||||
color: white;
|
color: white;
|
||||||
border-radius: 0.2rem; }
|
border-radius: 0.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.btn-group {
|
.btn-group {
|
||||||
height: 25px; }
|
height: 25px;
|
||||||
.btn-group A {
|
}
|
||||||
padding: 0.1rem .75rem;
|
.btn-group A {
|
||||||
font-size: 0.8rem; }
|
padding: 0.1rem 0.75rem;
|
||||||
|
font-size: 0.8rem;
|
||||||
|
}
|
||||||
|
|
||||||
.card-body .badge {
|
.card-body .badge {
|
||||||
color: #fff; }
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.nav-pills .nav-link {
|
.nav-pills .nav-link {
|
||||||
border-radius: 0.2rem; }
|
border-radius: 0.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.form-control {
|
.form-control {
|
||||||
border-radius: 0.2rem; }
|
border-radius: 0.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border: 1px solid rgba(0, 0, 0, 0.125); }
|
border: 1px solid rgba(0, 0, 0, 0.125);
|
||||||
|
}
|
||||||
|
|
||||||
.card-body {
|
.card-body {
|
||||||
overflow: hidden; }
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.card-body H4 A {
|
.card-body H4 A {
|
||||||
color: #444444;
|
color: #444444;
|
||||||
text-decoration: none; }
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
.chart-container {
|
.chart-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 170px;
|
height: 170px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden; }
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.service-chart-container {
|
.service-chart-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 400px;
|
height: 400px;
|
||||||
width: 100%; }
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.service-chart-heatmap {
|
.service-chart-heatmap {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 300px;
|
height: 300px;
|
||||||
width: 100%; }
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.inputTags-field {
|
.inputTags-field {
|
||||||
border: 0;
|
border: 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
padding-top: .13rem; }
|
padding-top: 0.13rem;
|
||||||
|
}
|
||||||
|
|
||||||
input.inputTags-field:focus {
|
input.inputTags-field:focus {
|
||||||
outline-width: 0; }
|
outline-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.inputTags-list {
|
.inputTags-list {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: calc(2.25rem + 2px);
|
min-height: calc(2.25rem + 2px);
|
||||||
padding: .2rem .35rem;
|
padding: 0.2rem 0.35rem;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
@ -145,8 +176,9 @@ input.inputTags-field:focus {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
border: 1px solid #ced4da;
|
border: 1px solid #ced4da;
|
||||||
border-radius: .25rem;
|
border-radius: 0.25rem;
|
||||||
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
.inputTags-item {
|
.inputTags-item {
|
||||||
background-color: #3aba39;
|
background-color: #3aba39;
|
||||||
|
@ -154,63 +186,81 @@ input.inputTags-field:focus {
|
||||||
padding: 5px 8px;
|
padding: 5px 8px;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
color: white;
|
color: white;
|
||||||
border-radius: 4px; }
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
.inputTags-item .close-item {
|
.inputTags-item .close-item {
|
||||||
margin-left: 6px;
|
margin-left: 6px;
|
||||||
font-size: 13pt;
|
font-size: 13pt;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
cursor: pointer; }
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.btn-primary {
|
.btn-primary {
|
||||||
background-color: #3e9bff;
|
background-color: #3e9bff;
|
||||||
border-color: #006fe6;
|
border-color: #006fe6;
|
||||||
color: white; }
|
color: white;
|
||||||
.btn-primary.dyn-dark {
|
}
|
||||||
background-color: #32a825 !important;
|
.btn-primary.dyn-dark {
|
||||||
border-color: #2c9320 !important; }
|
background-color: #32a825 !important;
|
||||||
.btn-primary.dyn-light {
|
border-color: #2c9320 !important;
|
||||||
background-color: #75de69 !important;
|
}
|
||||||
border-color: #88e37e !important; }
|
.btn-primary.dyn-light {
|
||||||
|
background-color: #75de69 !important;
|
||||||
|
border-color: #88e37e !important;
|
||||||
|
}
|
||||||
|
|
||||||
.btn-success {
|
.btn-success {
|
||||||
background-color: #47d337; }
|
background-color: #47d337;
|
||||||
.btn-success.dyn-dark {
|
}
|
||||||
background-color: #32a825 !important;
|
.btn-success.dyn-dark {
|
||||||
border-color: #2c9320 !important; }
|
background-color: #32a825 !important;
|
||||||
.btn-success.dyn-light {
|
border-color: #2c9320 !important;
|
||||||
background-color: #75de69 !important;
|
}
|
||||||
border-color: #88e37e !important; }
|
.btn-success.dyn-light {
|
||||||
|
background-color: #75de69 !important;
|
||||||
|
border-color: #88e37e !important;
|
||||||
|
}
|
||||||
|
|
||||||
.btn-danger {
|
.btn-danger {
|
||||||
background-color: #dd3545; }
|
background-color: #dd3545;
|
||||||
.btn-danger.dyn-dark {
|
}
|
||||||
background-color: #b61f2d !important;
|
.btn-danger.dyn-dark {
|
||||||
border-color: #a01b28 !important; }
|
background-color: #b61f2d !important;
|
||||||
.btn-danger.dyn-light {
|
border-color: #a01b28 !important;
|
||||||
background-color: #e66975 !important;
|
}
|
||||||
border-color: #e97f89 !important; }
|
.btn-danger.dyn-light {
|
||||||
|
background-color: #e66975 !important;
|
||||||
|
border-color: #e97f89 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.bg-success {
|
.bg-success {
|
||||||
background-color: #47d337 !important; }
|
background-color: #47d337 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.bg-danger {
|
.bg-danger {
|
||||||
background-color: #dd3545 !important; }
|
background-color: #dd3545 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.bg-success .dyn-dark {
|
.bg-success .dyn-dark {
|
||||||
background-color: #35b027 !important; }
|
background-color: #35b027 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.bg-danger .dyn-dark {
|
.bg-danger .dyn-dark {
|
||||||
background-color: #bf202f !important; }
|
background-color: #bf202f !important;
|
||||||
|
}
|
||||||
|
|
||||||
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
|
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
|
||||||
background-color: #13a00d; }
|
background-color: #13a00d;
|
||||||
|
}
|
||||||
|
|
||||||
.nav-pills A {
|
.nav-pills A {
|
||||||
color: #424242; }
|
color: #424242;
|
||||||
|
}
|
||||||
|
|
||||||
.nav-pills I {
|
.nav-pills I {
|
||||||
margin-right: 10px; }
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.CodeMirror {
|
.CodeMirror {
|
||||||
/* Bootstrap Settings */
|
/* Bootstrap Settings */
|
||||||
|
@ -230,23 +280,26 @@ input.inputTags-field:focus {
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||||
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
|
||||||
/* Code Mirror Settings */
|
/* Code Mirror Settings */
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 80vh; }
|
height: 80vh;
|
||||||
|
}
|
||||||
|
|
||||||
.CodeMirror-focused {
|
.CodeMirror-focused {
|
||||||
/* Bootstrap Settings */
|
/* Bootstrap Settings */
|
||||||
border-color: #66afe9;
|
border-color: #66afe9;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
||||||
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
|
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
|
||||||
|
}
|
||||||
|
|
||||||
.switch {
|
.switch {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
position: relative; }
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
.switch input {
|
.switch input {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -257,7 +310,8 @@ input.inputTags-field:focus {
|
||||||
clip: rect(0 0 0 0);
|
clip: rect(0 0 0 0);
|
||||||
clip-path: inset(50%);
|
clip-path: inset(50%);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 0; }
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.switch input + label {
|
.switch input + label {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -270,23 +324,26 @@ input.inputTags-field:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem); }
|
text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
|
||||||
|
}
|
||||||
|
|
||||||
.switch input + label::before,
|
.switch input + label::before,
|
||||||
.switch input + label::after {
|
.switch input + label::after {
|
||||||
content: '';
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: calc(calc(2.375rem * .8) * 2);
|
width: calc(calc(2.375rem * .8) * 2);
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
display: block; }
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
.switch input + label::before {
|
.switch input + label::before {
|
||||||
right: 0;
|
right: 0;
|
||||||
background-color: #dee2e6;
|
background-color: #dee2e6;
|
||||||
border-radius: calc(2.375rem * .8);
|
border-radius: calc(2.375rem * .8);
|
||||||
transition: 0.2s all; }
|
transition: 0.2s all;
|
||||||
|
}
|
||||||
|
|
||||||
.switch input + label::after {
|
.switch input + label::after {
|
||||||
top: 2px;
|
top: 2px;
|
||||||
|
@ -295,120 +352,154 @@ input.inputTags-field:focus {
|
||||||
height: calc(calc(2.375rem * .8) - calc(2px * 2));
|
height: calc(calc(2.375rem * .8) - calc(2px * 2));
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
transition: 0.2s all; }
|
transition: 0.2s all;
|
||||||
|
}
|
||||||
|
|
||||||
.switch input:checked + label::before {
|
.switch input:checked + label::before {
|
||||||
background-color: #08d; }
|
background-color: #08d;
|
||||||
|
}
|
||||||
|
|
||||||
.switch input:checked + label::after {
|
.switch input:checked + label::after {
|
||||||
margin-left: calc(2.375rem * .8); }
|
margin-left: calc(2.375rem * .8);
|
||||||
|
}
|
||||||
|
|
||||||
.switch input:focus + label::before {
|
.switch input:focus + label::before {
|
||||||
outline: none;
|
outline: none;
|
||||||
box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25); }
|
box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
|
||||||
|
}
|
||||||
|
|
||||||
.switch input:disabled + label {
|
.switch input:disabled + label {
|
||||||
color: #868e96;
|
color: #868e96;
|
||||||
cursor: not-allowed; }
|
cursor: not-allowed;
|
||||||
|
}
|
||||||
|
|
||||||
.switch input:disabled + label::before {
|
.switch input:disabled + label::before {
|
||||||
background-color: #e9ecef; }
|
background-color: #e9ecef;
|
||||||
|
}
|
||||||
|
|
||||||
.switch.switch-sm {
|
.switch.switch-sm {
|
||||||
font-size: 0.875rem; }
|
font-size: 0.875rem;
|
||||||
|
}
|
||||||
|
|
||||||
.switch.switch-sm input + label {
|
.switch.switch-sm input + label {
|
||||||
min-width: calc(calc(1.9375rem * .8) * 2);
|
min-width: calc(calc(1.9375rem * .8) * 2);
|
||||||
height: calc(1.9375rem * .8);
|
height: calc(1.9375rem * .8);
|
||||||
line-height: calc(1.9375rem * .8);
|
line-height: calc(1.9375rem * .8);
|
||||||
text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem); }
|
text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem);
|
||||||
|
}
|
||||||
|
|
||||||
.switch.switch-sm input + label::before {
|
.switch.switch-sm input + label::before {
|
||||||
width: calc(calc(1.9375rem * .8) * 2); }
|
width: calc(calc(1.9375rem * .8) * 2);
|
||||||
|
}
|
||||||
|
|
||||||
.switch.switch-sm input + label::after {
|
.switch.switch-sm input + label::after {
|
||||||
width: calc(calc(1.9375rem * .8) - calc(2px * 2));
|
width: calc(calc(1.9375rem * .8) - calc(2px * 2));
|
||||||
height: calc(calc(1.9375rem * .8) - calc(2px * 2)); }
|
height: calc(calc(1.9375rem * .8) - calc(2px * 2));
|
||||||
|
}
|
||||||
|
|
||||||
.switch.switch-sm input:checked + label::after {
|
.switch.switch-sm input:checked + label::after {
|
||||||
margin-left: calc(1.9375rem * .8); }
|
margin-left: calc(1.9375rem * .8);
|
||||||
|
}
|
||||||
|
|
||||||
.switch.switch-lg {
|
.switch.switch-lg {
|
||||||
font-size: 1.25rem; }
|
font-size: 1.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
.switch.switch-lg input + label {
|
.switch.switch-lg input + label {
|
||||||
min-width: calc(calc(3rem * .8) * 2);
|
min-width: calc(calc(3rem * .8) * 2);
|
||||||
height: calc(3rem * .8);
|
height: calc(3rem * .8);
|
||||||
line-height: calc(3rem * .8);
|
line-height: calc(3rem * .8);
|
||||||
text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem); }
|
text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem);
|
||||||
|
}
|
||||||
|
|
||||||
.switch.switch-lg input + label::before {
|
.switch.switch-lg input + label::before {
|
||||||
width: calc(calc(3rem * .8) * 2); }
|
width: calc(calc(3rem * .8) * 2);
|
||||||
|
}
|
||||||
|
|
||||||
.switch.switch-lg input + label::after {
|
.switch.switch-lg input + label::after {
|
||||||
width: calc(calc(3rem * .8) - calc(2px * 2));
|
width: calc(calc(3rem * .8) - calc(2px * 2));
|
||||||
height: calc(calc(3rem * .8) - calc(2px * 2)); }
|
height: calc(calc(3rem * .8) - calc(2px * 2));
|
||||||
|
}
|
||||||
|
|
||||||
.switch.switch-lg input:checked + label::after {
|
.switch.switch-lg input:checked + label::after {
|
||||||
margin-left: calc(3rem * .8); }
|
margin-left: calc(3rem * .8);
|
||||||
|
}
|
||||||
|
|
||||||
.switch + .switch {
|
.switch + .switch {
|
||||||
margin-left: 1rem; }
|
margin-left: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
@keyframes pulse_animation {
|
@keyframes pulse_animation {
|
||||||
0% {
|
0% {
|
||||||
transform: scale(1); }
|
transform: scale(1);
|
||||||
|
}
|
||||||
30% {
|
30% {
|
||||||
transform: scale(1); }
|
transform: scale(1);
|
||||||
|
}
|
||||||
40% {
|
40% {
|
||||||
transform: scale(1.02); }
|
transform: scale(1.02);
|
||||||
|
}
|
||||||
50% {
|
50% {
|
||||||
transform: scale(1); }
|
transform: scale(1);
|
||||||
|
}
|
||||||
60% {
|
60% {
|
||||||
transform: scale(1); }
|
transform: scale(1);
|
||||||
|
}
|
||||||
70% {
|
70% {
|
||||||
transform: scale(1.05); }
|
transform: scale(1.05);
|
||||||
|
}
|
||||||
80% {
|
80% {
|
||||||
transform: scale(1); }
|
transform: scale(1);
|
||||||
|
}
|
||||||
100% {
|
100% {
|
||||||
transform: scale(1); } }
|
transform: scale(1);
|
||||||
|
}
|
||||||
|
}
|
||||||
.pulse {
|
.pulse {
|
||||||
animation-name: pulse_animation;
|
animation-name: pulse_animation;
|
||||||
animation-duration: 1500ms;
|
animation-duration: 1500ms;
|
||||||
transform-origin: 70% 70%;
|
transform-origin: 70% 70%;
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
animation-timing-function: linear; }
|
animation-timing-function: linear;
|
||||||
|
}
|
||||||
|
|
||||||
@keyframes glow-grow {
|
@keyframes glow-grow {
|
||||||
0% {
|
0% {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transform: scale(1); }
|
transform: scale(1);
|
||||||
|
}
|
||||||
80% {
|
80% {
|
||||||
opacity: 1; }
|
opacity: 1;
|
||||||
|
}
|
||||||
100% {
|
100% {
|
||||||
transform: scale(2);
|
transform: scale(2);
|
||||||
opacity: 0; } }
|
opacity: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
.pulse-glow {
|
.pulse-glow {
|
||||||
animation-name: glow-grown;
|
animation-name: glow-grown;
|
||||||
animation-duration: 100ms;
|
animation-duration: 100ms;
|
||||||
transform-origin: 70% 30%;
|
transform-origin: 70% 30%;
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
animation-timing-function: linear; }
|
animation-timing-function: linear;
|
||||||
|
}
|
||||||
|
|
||||||
.pulse-glow:before,
|
.pulse-glow:before,
|
||||||
.pulse-glow:after {
|
.pulse-glow:after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: '';
|
content: "";
|
||||||
height: 0.5rem;
|
height: 0.4rem;
|
||||||
width: 1.75rem;
|
width: 1.7rem;
|
||||||
top: 1.2rem;
|
top: 1.3rem;
|
||||||
right: 2.15rem;
|
right: 2.15rem;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
box-shadow: 0 0 7px #47d337;
|
box-shadow: 0 0 6px #47d337;
|
||||||
animation: glow-grow 2s ease-out infinite; }
|
animation: glow-grow 2s ease-out infinite;
|
||||||
|
}
|
||||||
|
|
||||||
.sortable_drag {
|
.sortable_drag {
|
||||||
background-color: #0000000f; }
|
background-color: #0000000f;
|
||||||
|
}
|
||||||
|
|
||||||
.drag_icon {
|
.drag_icon {
|
||||||
cursor: move;
|
cursor: move;
|
||||||
|
@ -422,112 +513,139 @@ input.inputTags-field:focus {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
margin-left: -10px;
|
margin-left: -10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #b1b1b1; }
|
color: #b1b1b1;
|
||||||
|
}
|
||||||
|
|
||||||
/* (Optional) Apply a "closed-hand" cursor during drag operation. */
|
/* (Optional) Apply a "closed-hand" cursor during drag operation. */
|
||||||
.drag_icon:active {
|
.drag_icon:active {
|
||||||
cursor: grabbing;
|
cursor: grabbing;
|
||||||
cursor: -moz-grabbing;
|
cursor: -moz-grabbing;
|
||||||
cursor: -webkit-grabbing; }
|
cursor: -webkit-grabbing;
|
||||||
|
}
|
||||||
|
|
||||||
.switch_btn {
|
.switch_btn {
|
||||||
float: right;
|
float: right;
|
||||||
margin: -1px 0px 0px 0px;
|
margin: -1px 0px 0px 0px;
|
||||||
display: block; }
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
#start_container {
|
#start_container {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 99999;
|
z-index: 99999;
|
||||||
margin-top: 20px; }
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
#end_container {
|
#end_container {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 99999;
|
z-index: 99999;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
right: 0; }
|
right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.pointer {
|
.pointer {
|
||||||
cursor: pointer; }
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.jumbotron {
|
.jumbotron {
|
||||||
background-color: white; }
|
background-color: white;
|
||||||
|
}
|
||||||
|
|
||||||
.toggle-service {
|
.toggle-service {
|
||||||
font-size: 18pt;
|
font-size: 18pt;
|
||||||
float: left;
|
float: left;
|
||||||
margin: 2px 3px 0 0;
|
margin: 2px 3px 0 0;
|
||||||
cursor: pointer; }
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
HTML, BODY {
|
HTML, BODY {
|
||||||
background-color: #fcfcfc; }
|
background-color: #fcfcfc;
|
||||||
|
}
|
||||||
|
|
||||||
.sm-container {
|
.sm-container {
|
||||||
margin-top: 0px !important;
|
margin-top: 0px !important;
|
||||||
padding: 0 !important; }
|
padding: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.list-group-item H5 {
|
.list-group-item H5 {
|
||||||
font-size: 0.9rem; }
|
font-size: 0.9rem;
|
||||||
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
padding-top: 15px !important; }
|
padding-top: 15px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.group_header {
|
.group_header {
|
||||||
margin-left: 15px; }
|
margin-left: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 0; }
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.btn-sm {
|
.btn-sm {
|
||||||
line-height: 0.9rem;
|
line-height: 0.9rem;
|
||||||
font-size: 0.65rem; }
|
font-size: 0.65rem;
|
||||||
|
}
|
||||||
|
|
||||||
.full-col-12 {
|
.full-col-12 {
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
padding-right: 0px; }
|
padding-right: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 0rem;
|
border-radius: 0rem;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-color: #ffffff; }
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
.card-body {
|
.card-body {
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
padding: 0px 10px; }
|
padding: 0px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.lg_number {
|
.lg_number {
|
||||||
font-size: 7.8vw; }
|
font-size: 7.8vw;
|
||||||
|
}
|
||||||
|
|
||||||
.stats_area {
|
.stats_area {
|
||||||
margin-top: 1.5rem !important;
|
margin-top: 1.5rem !important;
|
||||||
margin-bottom: 1.5rem !important; }
|
margin-bottom: 1.5rem !important;
|
||||||
|
}
|
||||||
|
|
||||||
.stats_area .col-4 {
|
.stats_area .col-4 {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
font-size: 0.6rem; }
|
font-size: 0.6rem;
|
||||||
|
}
|
||||||
|
|
||||||
.list-group-item {
|
.list-group-item {
|
||||||
border-top: 1px solid #e4e4e4;
|
border-top: 1px solid #e4e4e4;
|
||||||
border: 0px; }
|
border: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
.list-group-item:first-child {
|
.list-group-item:first-child {
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
border-top-right-radius: 0; }
|
border-top-right-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.list-group-item:last-child {
|
.list-group-item:last-child {
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
border-bottom-left-radius: 0; }
|
border-bottom-left-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.list-group-item P {
|
.list-group-item P {
|
||||||
font-size: 0.7rem; }
|
font-size: 0.7rem;
|
||||||
|
}
|
||||||
|
|
||||||
.service-chart-container {
|
.service-chart-container {
|
||||||
height: 200px; } }
|
height: 200px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/*# sourceMappingURL=base.css.map */
|
/*# sourceMappingURL=base.css.map */
|
||||||
|
|
|
@ -313,7 +313,6 @@ $('form.ajax_form').on('submit', function() {
|
||||||
arrayData.push(newArr)
|
arrayData.push(newArr)
|
||||||
});
|
});
|
||||||
let sendData = JSON.stringify(newArr);
|
let sendData = JSON.stringify(newArr);
|
||||||
// console.log('sending '+method.toUpperCase()+' '+action+':', sendData);
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: action,
|
url: action,
|
||||||
type: method,
|
type: method,
|
||||||
|
@ -405,8 +404,24 @@ $(function() {
|
||||||
|
|
||||||
$('.confirm-btn').on('click', function() {
|
$('.confirm-btn').on('click', function() {
|
||||||
var r = confirm('Are you sure you want to delete?');
|
var r = confirm('Are you sure you want to delete?');
|
||||||
|
let obj = $(this);
|
||||||
|
let redirect = obj.attr('data-redirect');
|
||||||
|
let href = obj.attr('href');
|
||||||
|
let method = obj.attr('data-method');
|
||||||
|
let data = obj.attr('data-object');
|
||||||
if (r === true) {
|
if (r === true) {
|
||||||
return true;
|
$.ajax({
|
||||||
|
url: href,
|
||||||
|
type: method,
|
||||||
|
data: data ? data : null,
|
||||||
|
success: function (data) {
|
||||||
|
console.log("send to url: ", href);
|
||||||
|
if (redirect) {
|
||||||
|
window.location.href = redirect;
|
||||||
|
}
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
});
|
||||||
} else {
|
} else {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
@ -459,15 +459,15 @@ input.inputTags-field:focus {
|
||||||
|
|
||||||
.pulse-glow:before,
|
.pulse-glow:before,
|
||||||
.pulse-glow:after {
|
.pulse-glow:after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: '';
|
content: "";
|
||||||
height: 0.5rem;
|
height: 0.4rem;
|
||||||
width: 1.75rem;
|
width: 1.7rem;
|
||||||
top: 1.2rem;
|
top: 1.3rem;
|
||||||
right: 2.15rem;
|
right: 2.15rem;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
box-shadow: 0 0 7px #47d337;
|
box-shadow: 0 0 6px #47d337;
|
||||||
animation: glow-grow 2s ease-out infinite;
|
animation: glow-grow 2s ease-out infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sortable_drag {
|
.sortable_drag {
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
<div class="form-group row{{if (eq .Type "tcp") or (eq .Type "udp")}} d-none{{end}}">
|
<div class="form-group row{{if (eq .Type "tcp") or (eq .Type "udp")}} d-none{{end}}">
|
||||||
<label for="headers" class="col-sm-4 col-form-label">HTTP Headers</label>
|
<label for="headers" class="col-sm-4 col-form-label">HTTP Headers</label>
|
||||||
<div class="col-sm-8">
|
<div class="col-sm-8">
|
||||||
<input name="headers" class="input-tags form-control" id="headers" autocapitalize="none" spellcheck="false" placeholder='Authorization=1010101,Content-Type=application/json' value="{{.Headers.String}}">
|
<input name="headers" class="form-control" id="headers" autocapitalize="none" spellcheck="false" placeholder='Authorization=1010101,Content-Type=application/json' value="{{.Headers.String}}">
|
||||||
<small class="form-text text-muted">Comma delimited list of HTTP Headers (KEY=VALUE,KEY=VALUE)</small>
|
<small class="form-text text-muted">Comma delimited list of HTTP Headers (KEY=VALUE,KEY=VALUE)</small>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -146,7 +146,7 @@
|
||||||
</div>
|
</div>
|
||||||
{{if ne .Id 0}}
|
{{if ne .Id 0}}
|
||||||
<div class="col-6">
|
<div class="col-6">
|
||||||
<a href="/service/{{ .Id }}/delete_failures" class="btn btn-danger btn-block confirm-btn">Delete All Failures</a>
|
<a href="/service/{{ .Id }}/delete_failures" data-method="GET" data-redirect="/service/{{ .Id }}" class="btn btn-danger btn-block confirm-btn">Delete All Failures</a>
|
||||||
</div>
|
</div>
|
||||||
{{end}}
|
{{end}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -205,11 +205,8 @@
|
||||||
{{$s := .Service}}
|
{{$s := .Service}}
|
||||||
<script src="/js/flatpickr.js"></script>
|
<script src="/js/flatpickr.js"></script>
|
||||||
<script src="/js/rangePlugin.js"></script>
|
<script src="/js/rangePlugin.js"></script>
|
||||||
<script src="/js/inputTags.min.js"></script>
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
$(".input-tags").inputTags();
|
|
||||||
|
|
||||||
let options = {
|
let options = {
|
||||||
chart: {
|
chart: {
|
||||||
height: "100%",
|
height: "100%",
|
||||||
|
|
|
@ -83,10 +83,8 @@
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<script src="/js/sortable.min.js"></script>
|
<script src="/js/sortable.min.js"></script>
|
||||||
{{end}}
|
{{end}}
|
||||||
<script src="/js/inputTags.min.js"></script>
|
|
||||||
<script>
|
<script>
|
||||||
$(".input-tags").inputTags();
|
// drag and drop sorting for Services
|
||||||
|
|
||||||
sortable('.sortable', {
|
sortable('.sortable', {
|
||||||
forcePlaceholderSize: true,
|
forcePlaceholderSize: true,
|
||||||
hoverClass: 'sortable_drag',
|
hoverClass: 'sortable_drag',
|
||||||
|
@ -103,14 +101,16 @@
|
||||||
newOrder.push(o);
|
newOrder.push(o);
|
||||||
});
|
});
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: "/api/services/reorder",
|
url: "/api/reorder/services",
|
||||||
type: 'POST',
|
type: "POST",
|
||||||
data: JSON.stringify(newOrder),
|
data: JSON.stringify(newOrder),
|
||||||
contentType: "application/json",
|
contentType: "application/json",
|
||||||
dataType: "json",
|
dataType: "json",
|
||||||
success: function(data) { }
|
success: function(data) { }
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// drag and drop sorting for Groups
|
||||||
sortable('.sortable_groups', {
|
sortable('.sortable_groups', {
|
||||||
forcePlaceholderSize: true,
|
forcePlaceholderSize: true,
|
||||||
hoverClass: 'sortable_drag',
|
hoverClass: 'sortable_drag',
|
||||||
|
@ -127,8 +127,8 @@
|
||||||
newOrder.push(o);
|
newOrder.push(o);
|
||||||
});
|
});
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: "/api/groups/reorder",
|
url: "/api/reorder/groups",
|
||||||
type: 'POST',
|
type: "POST",
|
||||||
data: JSON.stringify(newOrder),
|
data: JSON.stringify(newOrder),
|
||||||
contentType: "application/json",
|
contentType: "application/json",
|
||||||
dataType: "json",
|
dataType: "json",
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
||||||
0.80.59
|
0.80.61
|
||||||
|
|
Loading…
Reference in New Issue