Logo
Explore Help
Sign In
mirror/librenms-librenms
1
0
Fork 0
You've already forked librenms-librenms
mirror of https://github.com/librenms/librenms.git synced 2024-10-07 16:52:45 +00:00
Code Issues Actions Packages Projects Releases Wiki Activity
Files
5e4e2c423c2d2ed7012207787d4bd56a16c2c111
librenms-librenms/app/Models/Storage.php

10 lines
151 B
PHP
Raw Normal View History

API: System endpoint, more health graphs (#8730) * API: System endpoint, more health graphs * Add new line api_functions * Get count of relationships Using eloquent * Add new lines in Models
2018-05-19 00:36:06 -04:00
<?php
namespace App\Models;
Refactor eloquent base (#9716) * extract PortRelatedModel and DeviceRelatedModel * add scope for inDeviceGroup * handle null device group
2019-01-22 17:04:28 -06:00
class Storage extends DeviceRelatedModel
API: System endpoint, more health graphs (#8730) * API: System endpoint, more health graphs * Add new line api_functions * Get count of relationships Using eloquent * Add new lines in Models
2018-05-19 00:36:06 -04:00
{
protected $table = 'storage';
protected $primaryKey = 'storage_id';
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 804ms Template: 1ms
edge-auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API