librenms/librenms

View on GitHub
resources/views/plugins/settings.blade.php

Summary

Maintainability
A
0 mins
Test Coverage
@extends('layouts.librenmsv1')

@section('title', $title)

@section('content')
    @include($settings_view, $settings)
@endsection